Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default distributing each characters on a cell

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,391
Default distributing each characters on a cell

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default distributing each characters on a cell

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,391
Default distributing each characters on a cell

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 209
Default distributing each characters on a cell

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   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default distributing each characters on a cell

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert 5 characters in a cell to 6 characters by adding a zero Helenf Excel Discussion (Misc queries) 4 May 18th 09 04:43 PM
distributing each characters on a cell jjuan New Users to Excel 5 October 25th 06 04:55 PM
Distributing a Cell Value MLCole Excel Worksheet Functions 5 March 7th 06 05:23 PM
Distributing a UDF David Excel Programming 3 November 30th 05 11:56 AM
Distributing an add in Daniel McCollick Excel Programming 3 June 8th 05 07:30 PM


All times are GMT +1. The time now is 09:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"