Example: In cell A:1 I have 123
I want to breakout each individual number into cell B1, C1 and D1 like below.
A1:123 B1:1 C1:2 D1:3
Sorry, the older I get the less I'm remember or maybe it's just the flu?
Thanks for the help ahead of time.
Example: In cell A:1 I have 123
I want to breakout each individual number into cell B1, C1 and D1 like below.
A1:123 B1:1 C1:2 D1:3
Sorry, the older I get the less I'm remember or maybe it's just the flu?
Thanks for the help ahead of time.
Last edited by NBVC; 12-16-2010 at 10:15 AM.
In B1:
=IFERROR(MID($A1,COLUMNS($A$1:A$1),1)+0,"")
copied across
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thanks for the quick response, it works!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks