Copy contents in a row and paste in a column

C

CJMFH

I'd like to take data in a row and reformat it, putting it into a column.

Can anyone help?

Thanks -:)
 
D

Dave Peterson

Select your range
edit|copy
select a cell not in that range
edit|paste special|check transpose
 
Top