How do I invert an Excel table (collumns become rows)?

S

songstarter

I am in Excel and need to invert a table so that the collumns will be the
rows and the rows will be the collumns. What is the easiest way to do this?

Thanks!
 
R

ryguy7272

Try this function:
=OFFSET($A$1,ROW(A1)+COLUMN(A1)-2,)


Or, simply copy and paste special > Values > Transpose


Regards,
Ryan--
 

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