Parsing names from one column into 3.
You can get most of the solution by selecting the column of names and doing
Data=Text to columns and selecting delimited. then select comma as the
delimiter
this should put last names in the original column and everything else in the
adjacent column. Repeat on the adjacent column, but choose space as the
delimiter.
clean up anomalies manually.
--
Regards,
Tom Ogilvy
"Kevin Porter" wrote:
Have several spreadsheets that have the name of people in one column in the
format - lastname, firstname MiddleInitial.
What I need to do is read that info and parse out each piece of info into
it's own column. One thing I am concerned with is some of the names do not
have middle initials.
Thanks,
Kevin Porter
|