Parse data with uneven lengths and different delimiters

  • Thread starter Thread starter smulhern
  • Start date Start date
S

smulhern

I need to parse data similar to the following into separate columns -
one column for last name, one column for first name and middle initial
(or middle name) and one column for zip code. What is the best way to
do this (least number of steps).

Smith, John J 80909
Carson, Mary S 80222
Cleaver, Wally 80002
Jones, John Paul 80019
Latham, Stella G 90002

Thank you.
 
Use the Text To Columns tool under the Data menu. Use a comma and
a space as the delimiter character.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Thank you. I didn't know that you could put in multiple delimiters in
text to columns. Great info to have. Thanks again.
 
Thank you. I didn't know that you could put in multiple delimiters in
text to columns. Great info to have. Thanks again.
 
Back
Top