Help me understand Transpose

S

S Davis

Hello all,

I don't seem to understand Transpose.

I have a set of data 10 columns in length, cells A1 - J1. All I want
to do is have a formula take this line and transpose it downwards.

I have tried:

=transpose($A$1:$J$1)
=transpose(A1:J1)
{=transpose($A$1:$J$1)}

.....

It simply will not transpose my data. Do I have this set up correctly?
Do I need my data on the right side of my formula?

I should note that copy -> past special -> transpose works fine, but
this needs to be automated.

Thanks
-SD
 
T

Teethless mama

Select blank cells A3:A12
=TRANSPOSE(A1:J1)
ctrl+shift+enter

or

=INDEX($A$1:$J$1,ROWS($1:1))
 

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