Hi:
I have a spreadsheet that has multiple rows with multiple columns. I need to create a text output that has a row for each column:
From:
Col 1 Col 2 Col 3
Row 1 Row1,Col1 Row1,Col2 Row3,Col3
Row 2 Row2,Col1 Row2,Col2 Row3,Col3
To:
Row1,Col1
Row1,Col2
Row1,Col3
Row2,Col1
Row2,Col2
Row2,Col3
This is an oversimplication of course but you get the idea. This is not a Pivot Table, it is just a spreadsheet. These are all string values. The actual data has 34 rows and 10 columns.
Thanks
I have a spreadsheet that has multiple rows with multiple columns. I need to create a text output that has a row for each column:
From:
Col 1 Col 2 Col 3
Row 1 Row1,Col1 Row1,Col2 Row3,Col3
Row 2 Row2,Col1 Row2,Col2 Row3,Col3
To:
Row1,Col1
Row1,Col2
Row1,Col3
Row2,Col1
Row2,Col2
Row2,Col3
This is an oversimplication of course but you get the idea. This is not a Pivot Table, it is just a spreadsheet. These are all string values. The actual data has 34 rows and 10 columns.
Thanks