distributing each characters on a cell

J

jjuan

how can i distribute the letter in a cell to another cells?
example:

A1=HELP

then get each character

B1=H
C1=E
D1=L
E1=P
 
N

Niek Otten

In B1:

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

Copy to C1:E1

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| how can i distribute the letter in a cell to another cells?
| example:
|
| A1=HELP
|
| then get each character
|
| B1=H
| C1=E
| D1=L
| E1=P
|
|
|
 
D

Dave Peterson

And if you have lots to do in that column, you can select that column
data|text to columns
Fixed width
draw a line between each character
and tell it to put the results in B1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top