SOLVED

Index Formula

Iron Contributor

Dear Experts,

                  I need the logic/formula for the below:-

Consider , I have a String "Anupam is a Student" , I want to split it into the row-3 as shown each char/space in a cell as shown, (need the Formula_1) for this, and then to populate row-4( for Indexing each char from right)-Formula_2 and row-2( to populate Indexing of each char from Left)_Formula_3

anupambit1797_0-1710011252161.png

Thanks in Advance,

Br,

Anupam

1 Reply
best response confirmed by anupambit1797 (Iron Contributor)
Solution

@anupambit1797 

 

=SEQUENCE(,LEN(A1),0)-LEN(A1)
=MID(A1,SEQUENCE(,LEN(A1)),1)
=SEQUENCE(,LEN(A1),0)
1 best response

Accepted Solutions
best response confirmed by anupambit1797 (Iron Contributor)
Solution

@anupambit1797 

 

=SEQUENCE(,LEN(A1),0)-LEN(A1)
=MID(A1,SEQUENCE(,LEN(A1)),1)
=SEQUENCE(,LEN(A1),0)

View solution in original post