taking numbers in vertical cells putting them in horizontal cells

J

jhawk22

I'm looking for the formula that will take numbers in vertical cells putting
them in horizontal cells. I'm copying from a worksheet that has numbers
listed in columns and need to put them into cells that are in rows.

Thanks
 
J

JLatham

Insert a new worksheet into the book. Go to the first sheet and select all
of the cells and use Edit --> Copy (or [Ctrl]+[C]) to copy them, go to the
second sheet and use Edit --> Paste Special with the "Transpose" box checked.
See if that doesn't do the trick for you.
 
B

Bob Umlas

By NOT formulas:
Select A1:A10 (or wherever the data are), click on the leftmost cell to
contain the results, use Paste Special & click the "Transpose" checkbox.
By Formulas:
If your range is 10 rows x 1 column, select 1 row x 10 columns, then enter
this formula via ctrl/shift/enter:
=TRANSPOSE(A1:A10)
 
J

jhawk22

Perfect. Thanks!


JLatham said:
Insert a new worksheet into the book. Go to the first sheet and select all
of the cells and use Edit --> Copy (or [Ctrl]+[C]) to copy them, go to the
second sheet and use Edit --> Paste Special with the "Transpose" box checked.
See if that doesn't do the trick for you.


jhawk22 said:
I'm looking for the formula that will take numbers in vertical cells putting
them in horizontal cells. I'm copying from a worksheet that has numbers
listed in columns and need to put them into cells that are in rows.

Thanks
 

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

Top