How do I invert data so that the columns become rows??

J

jsloman

I have a block of data where I would like the columns to be rows and the rows
to be columns. Is there a simple way to flip the data?
 
B

Bernard Liengme

Use Copy followed by Edit|Paste Special->Transpose
Make a second copy of you file before doing this - just in case you mess up
best wishes
 
Top