Reverse concatenate

G

Guest

I have cells that contains first name, last name, street address, city,
state, and zip. How do I seperate these into seperate columns.
 
G

Guest

Look at Data==>Text to Columns or use VBA with SPLIT function. How are the
fields delimited?
 
R

Ron Rosenfeld

I have cells that contains first name, last name, street address, city,
state, and zip. How do I seperate these into seperate columns.

If the fields are separated by commas, you can use the Data/Text-to-Columns
wizard specifying comma as the delimiter.


--ron
 

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