From Rows to Columun

  • Thread starter Thread starter Jose Vargas
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top