How to print each character in separate cell

665 views 2 replies

Hello Sirs/Madams.

tell me how to print each character in each cell, when we type a word in a cell.

If I type "RAJ KUMAR" in excel sheet in A1 cell, now I Want this name like 'R' in B1 cell , 'A' in B2 cell, 'J' in B3 cell so on.

 

Replies (2)

Hi,

 

This can be done thru simple formula.

 

See attached file!!

 

Cheers

Hi

Try this with out any Helper Column

 

Say your name Contains in Cell A1

in B1 use this formula

=MID($A1,COLUMN()-1,1)

copy across and down

 


CCI Pro

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register