Hi
I have a simple spreadsheet with 4 columns A-D and a varying number of text rows in each column. I need to be able to export it into a CSV so that it puts each column on one comma separated line (in a text file). So it should look like this:
A1,A2,A3,A4...
B1,B2,B3,B4...
C1,C2,C3,C4...
D1,D2,D3,D4...
The problem is that when I select save as CSV it looks like this:
A1,B1,C1,D1
A2,B2,C2,D2
I know that I could rewrite the excel file in rows rather than columns but I would prefer the columns and I am an amature and know that it must be possible to achieve what I want without doing that!
Any help would be gratefully appreciatedThank you.
Bookmarks