Flip Columns Upside-Down?

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

Guest

How do you flip columns upside-down (esp. where there are no trends in the numbers/data)?
 
Try:

Fill an adjacent helper column with running numbers (1,2,3,...)
down as many rows as that present in the target column

Select both helper & target columns
Sort by the helper column > Descending > OK

--
hth
Max
-----------------------------------------
Please reply in thread

Use xdemechanik <at>yahoo<dot>com for email
-------------------------------------------------------
Dave said:
How do you flip columns upside-down (esp. where there are no trends in the
numbers/data)?
 
If your Column Info is in A6 through A100, in a Helper Column say Cell B6
enter:
=OFFSET($A$6,COUNT(A6:$A$100)-1,0) and Copy down to B100.
HTH

Dave said:
How do you flip columns upside-down (esp. where there are no trends in the
numbers/data)?
 

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