- Feb 28, 2003
- 17,948
- 34
- 91
I just had some data emailed to me that's in a pretty lame form. Basically all of the information is running horizontally and I need it to be vertical. The thing is, all the information underneath the columns needs to be flipped along with it, for example :
A B C D E F G
A1 B1 C1 D1 E1 F1 G1
A2 B2 C2 D2 E2 F2 G2
... etc
I need it to run like this :
A A1 A2
B B1 B2
C C1 C2
etc.
Thanks for any help!
A B C D E F G
A1 B1 C1 D1 E1 F1 G1
A2 B2 C2 D2 E2 F2 G2
... etc
I need it to run like this :
A A1 A2
B B1 B2
C C1 C2
etc.
Thanks for any help!
