Column Reversal

  • Thread starter Thread starter Carl Jaeger
  • Start date Start date
C

Carl Jaeger

Is there a way in 'Excel 2000' to reverse the order of a
column from bottom to top?
 
Hi Carl
one way without macros: use a helper column (lets say column B). In B1
enter the following formula
=OFFSET($A$100,1-ROW(),0)
copy down

Afterwards copy column B and with 'Paste Special - Values' paste in
column A
HTH
Frank
 
With your data in A1:A100, in B1 put 1 and then filldown to B100, eg 1,2,3,4,5

Then select all data and sort on col B in descending order. Then just blitz B.
 

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