I would like to transpose over 2000 rows of data into one column. Each row contains 300 columns of data, as an example:
Column1 Column2 Column3 Column4 .... Column300
T1000 T10006 T10200 T600
WU100 WE300
BT300 BT600 BT800
Results should show:
T1000
T10006
T10200
T600
WU100
WE300
BT300
BT600
BT800
Maybe a macro to transpose the first row, and then a repeat command?
Would appreciate any help please!!!
Column1 Column2 Column3 Column4 .... Column300
T1000 T10006 T10200 T600
WU100 WE300
BT300 BT600 BT800
Results should show:
T1000
T10006
T10200
T600
WU100
WE300
BT300
BT600
BT800
Maybe a macro to transpose the first row, and then a repeat command?
Would appreciate any help please!!!