Hi All,
I would like to transpose >1000 columns with various number of rows to column-based set of data. Example of the current layout:
Row| Column A
1 Albania
2 5.3000
3 35568011
4 355680120
5 355680121
6 35568031
7 355680320
8 355680321
Row | Column B
1 Brazil
2 1.1
3 55
The desired output would be:
Column A | Column B | Column C
Albania 5.3000 35568011
Albania 5.3000 355680120
Albania 5.3000 355680121
Albania 5.3000 35568031
Albania 5.3000 355680320
Albania 5.3000 355680321
Brazil 1.1 55
Thanks in advance for your time and effort!
Cheers,
Simon
Bookmarks