Flip flopping columns and rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet that has 1 row with 20 columns. I would like to make it
1 column and 20 rows, where A1 = A1, B1 = A2, C1 = A3, etc. Is there a way to
do this, maybe a macro or formula or something?
 
Copy>Paste Special>Transpose may be easiest.

Formula.............=INDEX($1:$1,ROWS($1:1)) entered in A2 and dragged down.


Gord Dibben MS Excel MVP
 

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