Rows to columns

B

Bruce

I want to autofill row cell contents A3,B3,C3,D3 to
column cells E3,E4,E5,E6. I've used =OFFSET($A$3,0,ROW
(1:1)) but this puts B3 in E3. How do I modify to put A3
in E3, B3 in E4, etc.?
 
P

Patti

Do you mean transpose?

Hi-lighting Cells E3 through E6 and typing in the formula:

=transpose(A3:D3)

and entering with CTRL-SHIFT-ENTER
 

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