newfrontiers
Programmer
Hello. I have 5 columns of data (Columns A through E) and approximately 1000 rows.
I need to transpose the information as follows:
ORIGINAL DATA
A B C D E
1 ETR 10 FRONT 30 BASE
2 GEF 12.2 BASE 87 FRONT
Would be changed to:
A B C
1 ETR 10 FRONT
2 GEF 12.2 BASE
3 ETR 30 BASE
4 GEF 87 FRONT
Is there an easy way to do this or a macro/program someone can direct me to to accomplish this?
Thank you very much.
I need to transpose the information as follows:
ORIGINAL DATA
A B C D E
1 ETR 10 FRONT 30 BASE
2 GEF 12.2 BASE 87 FRONT
Would be changed to:
A B C
1 ETR 10 FRONT
2 GEF 12.2 BASE
3 ETR 30 BASE
4 GEF 87 FRONT
Is there an easy way to do this or a macro/program someone can direct me to to accomplish this?
Thank you very much.