G Guest Apr 5, 2006 #1 I have cells that contains first name, last name, street address, city, state, and zip. How do I seperate these into seperate columns.
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 Apr 5, 2006 #2 Look at Data==>Text to Columns or use VBA with SPLIT function. How are the fields delimited?
R Ron Rosenfeld Apr 5, 2006 #3 I have cells that contains first name, last name, street address, city, state, and zip. How do I seperate these into seperate columns. Click to expand... If the fields are separated by commas, you can use the Data/Text-to-Columns wizard specifying comma as the delimiter. --ron
I have cells that contains first name, last name, street address, city, state, and zip. How do I seperate these into seperate columns. Click to expand... If the fields are separated by commas, you can use the Data/Text-to-Columns wizard specifying comma as the delimiter. --ron