Split Data in One Column Into Two

R

RoadKill

Hello,

We have data that is last name first separated by a comma so it looks like
this: "Schmoe, Joe". What we would like to do is take the first name
(currently in column A) and move it over to column B while leaving the last
name in Column A.

Any easy ways to do this without manually going through thousands of records?
 
K

Kevin B

Click DATA on the menu and select TEXT TO COLUMNS. In the next dialog box
indicate that the file type is delimited (default) and click the NEXT command
button. Click the COMMA checkbox and click the FINISH command button to
complete the process.

The data will be parsed into 2 columns and the trailing comma is
automatically removed.
 
R

RoadKill

Smashing

Kevin B said:
Click DATA on the menu and select TEXT TO COLUMNS. In the next dialog box
indicate that the file type is delimited (default) and click the NEXT command
button. Click the COMMA checkbox and click the FINISH command button to
complete the process.

The data will be parsed into 2 columns and the trailing comma is
automatically removed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top