Hi All,
I have column of cells, each cell has an alpha-numeric content.
I would like to split it up.
for example:
Cell contains: A05B
I would like to take this cell and put the 'A', to '0' and the "5B" into 3 seperate cells.
New cells contents: cell1=A, cell2=0, cell3=5B.
(or split any combination of the above)
Thanks,
Dave
Bookmarks