How to give a string of data into different columns
Hi 'Elton Law'
Try the below
=TRIM(MID(SUBSTITUTE("," & $A$1& REPT(",",6),",",
REPT(CHAR(32),255)),COLUMNS($B$1:B$1)*255,255))
"Elton Law" wrote:
Super expert,
If I have cell containing a series of data like this ....
1,12,9
1,2,9
1,22,17,18
23,23,1,9
24,21,1
1,23,11
22,1
2,3
Is it possible to use function or command to split them into columns?
1 12 9
1 2 9
1 22 17 18
23 23 1 9
24 21 1
1 23 11
22 1
2 3
I don't want to use "TEXT TO COLUMN" as some of the addresses can be
overwritten.
Thanks so much,
Regards,
Elton
|