A
ABBB71704
I need to transpose a table of 1 row in to 2 columns, where the current
column headers would be in the 1st row and the 1 row of data would be a
second column.
For example:
Col1 Col2 Col3 Col4
AA BB CC DD
Needs to be
Name Letters
Col1 AA
Col2 BB
Col3 CC
Col4 DD
Is there a simple way to do this? The number of records currently as Column
titles will vary, and I need to do this several times.
Thanks
column headers would be in the 1st row and the 1 row of data would be a
second column.
For example:
Col1 Col2 Col3 Col4
AA BB CC DD
Needs to be
Name Letters
Col1 AA
Col2 BB
Col3 CC
Col4 DD
Is there a simple way to do this? The number of records currently as Column
titles will vary, and I need to do this several times.
Thanks