Columns to Rows

C

c-ert

I'm sure this is a simple problem but I'm trying to convert columns o
data into rows of data. What's the easiest way
 
F

Frank Kabel

Hi
try the following:
- copy your column (CTRL+C)
- goto 'Edit - Paste Special) and choose 'Transpose' as action

Frank
 
Top