Flip Cells

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

Guest

Wondering how to take info in a number of rows and flip the rows so that row
100 is now row 1 and row 1 has row 100s information. Not sure if a macro
would be better (don't know the code) or is there a simple excel function
that does this.
 
Simplist way would be


Insert a column to the left of your list.
in the first cell of the column put the number 1
In the second cell put the number 2
drag this dow for all 100 rows

do a sort on the new list (including the new column) and sort on the first
column descending.
 
Hi
in a helper cell in B1 enter the formula
=OFFSET($A$100,-(ROW()-1),0)
and copy this down
Afterwards copy this column and use 'Edit - Paste Special - Values' to
remove the formulas
 

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