e.g.
one cell shows
lastname, firstname
and I want to break it out into 2 separate cells with lastname in one and firstname in the other......
any suggestions?
thanks!
jo
e.g.
one cell shows
lastname, firstname
and I want to break it out into 2 separate cells with lastname in one and firstname in the other......
any suggestions?
thanks!
jo
Try Data > Text to Columns > Delimited > Select comma > Finish.
Hi,
You can do that with a formula in B1
=LEFT(A1,FIND(",",A1&",")-1)
and in C1
=TRIM(REPLACE(A1,1,FIND(",",A1&","),""))
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks