converting csv (commaseparated values) to columns

C

confused

I have downloaded a csv file with large amounts of data, but all the numbers
are only separated by commas, but i need to assign them to seperate columns
(right now they all are in one). If anyone knows how to do this please
respond quickly, otherwise i have to do it the "hard way"...
 
F

Fred Smith

Just open the file. Excel will normally read a CSV file properly, but will also
give you the option of specifying what's in each column.
 
Top