View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default How do I convert an excel file into a comma separated values file

Save As .csv file.

But is that what you're asking? or are you asking how to separate all that
information into separate columns? If its the latter, go to Data--Text to
columns and follow the instructions.

"Conquerer" wrote:

I have an excel file composed of people's names and addresses, that is, one
cell has the first and last name, the following cell has the whole address
and the third cell has the phone no. All these are in column A. I want to
convert them into separate fields/columns such as - first name, middle name,
last name, street address, city, state, zip code and phone.
I am using MS Office Professional 2003 - Excel 2003 SP2

Thanks