Convert Regular Excel file into csv file

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

Guest

I have a regular spreadsheet that is in column format. I want to collapse
the data into a csv sheet with all column collapsed into column A separated
by commas.

Is there any way that excel can do this? I tried to save as csv but it
still displayed as columns.

please help.

Thank you.
 
A csv file is a text file with the variables separated by commas, and you
can read it with something like Notepad to confirm that it's done the right
thing. If you allow Excel to read the .csv file back in, it will (by
default) separate the variables into columns. If you rename (or copy) the
..csv file and call it a .txt file, then when you read it back in to Excel
you can change the options, and delete the selection of commas as field
delimiters.
 

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

Similar Threads

.csv Re-Format Question 1
.csv Commas ? 2
creating csv file 3
Excel CSV Files; Creating Of 3
Unicode in CSV files 5
Excel And Notepad 3
How to Keep Excel Sheet Formatting On a CSV Sheet with vba 1
csv files 1

Back
Top