csv-file-lines back to excel rows and columns - HOW?

R

rosalia

Hello,

My Excel-version is 2002.
I am working with long lists of Attendees for courses and
get them in csv-format, so all Data are in long rows with
commas inbetween. But I need them in rows and columns, name
under name, adress under adress and so on. Is there a Way
to convert them from csv to rows and columns?

Thank you
rosalia
 
D

Dave Peterson

You may want to post a sample (not the workbook) of how your data is laid out.

And if the data is all in a long column (not row), then is each group delimited
by anything (blank row)??

Or is it x rows per group?

You'll get different suggestions based on the layout of your data.
 
Top