importing *.csv data into two columns

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I have a data file that is delimited as comma separated
values: escentially one long row of comma separated
values. I need to import this long string into two
columns: read two comma separated fields and start
entering data into a new row and repeat. There are no
empty cells as column 1 always has a matching value in
column 2 for that particular row.
I would appreciate any help. Thank you.
Brian
 
brian said:
I have a data file that is delimited as comma separated
values: ... I need to import this long string into two
columns: ...

This looks like a job for Excel's world-famous
Data >> Text to columns
feature. ;-)
 
Back
Top