From Rows to Columun

J

Jose Vargas

I have data in rows, I want to past to columns so i can
import intio access... HELP

Example (Current data)
3 42 42 3 38 38 4 22

I want to move to
3
42
42
3
38
38
4
22

THANKS
 
C

Chris O

Jose Vargas said:
I have data in rows, I want to past to columns so i can
import intio access... HELP

Example (Current data)
3 42 42 3 38 38 4 22

I want to move to
3
42
42
3
38
38
4
22

THANKS

Copy the row, then
Edit > Paste Special and check the Transpose box

Chris O
 
Top