Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
|
|||
|
|||
![]()
Here's one way :
B1=MID($A25,COLUMN()-1,1) and copy across. NickHK "jjuan" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
|
|||
|
|||
![]()
thanks a lot!!!!
"NickHK" wrote in message ... Here's one way : B1=MID($A25,COLUMN()-1,1) and copy across. NickHK "jjuan" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
|
|||
|
|||
![]()
I'm sure spotted/fixed it, but it should be :
B1=MID($A1,COLUMN()-1,1) NickHK "jjuan" wrote in message ... thanks a lot!!!! "NickHK" wrote in message ... Here's one way : B1=MID($A25,COLUMN()-1,1) and copy across. NickHK "jjuan" wrote in message ... 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 |
#5
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
|
|||
|
|||
![]()
jjuan wrote:
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 I see you have an answer but here's another method. Just click Data then text to columns. Select fixed width set your breaks and click Finish gls858 |
#6
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
|
|||
|
|||
![]()
See your other thread, too.
jjuan wrote: 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 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert 5 characters in a cell to 6 characters by adding a zero | Excel Discussion (Misc queries) | |||
distributing each characters on a cell | New Users to Excel | |||
Distributing a Cell Value | Excel Worksheet Functions | |||
Distributing a UDF | Excel Programming | |||
Distributing an add in | Excel Programming |