cvs to xls and add colums

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database in .cvs and want to convert to .xls. From my experience
can easily been done through the 'Save as" function.

More important, need to adjust the columns of data. Example, in .cvs the
name (first and last) is in 1 column (A) separated by columns and the
city/state are also in 1 column.

Need to break these apart as want separate column for each - last, first,
address, city, state, zip for mail merge and printing envelopes properly.

Did this long time ago and forget the process. Something with copying data
in .cvs to a word doc, replacing all the commas (which in the .cvs separate
the name and city/state) with a period, save to Notepad and open in Excel.
But can't get it right this time. Plus the database is huge and won't open
into Word - have to do it bit at a time.

Any easy way to get this done? Much appreciated.
 
Try opening the *.csv file directly in Excel then parse the data using
Data>Text to Columns>Delimited by comma.


Gord Dibben Excel MVP
 
Thanks. SInce the post was browsing some other posts similar to mine and
found the "data>text" angle to work. Still requires some fiddling but that's
due to the original database.

Thanks again - wish I remembered to come to this board sooner!
 

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

Back
Top