separating a list

B

Brian

I have a single column (1800 rows long) of names in the
format Last, First Middle

I'd like to sepatate this into two separate columns of
Last then First Middle - sort of like a reverse
concatentate.

Any ideas would be helpful.

Brian
 
T

Tom Ogilvy

Select the column and do
Data=>Text to Columns

select delimited

and choose comma as the delimiter in the second dialog.

You will need a blank column to the right of the selected column to receive
the First and Middle names, the last name will stay in the selected column
and the comma will be removed.

Test this on a copy of your data.
 

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