Column Reversal

  • Thread starter Thread starter Carl Jaeger
  • Start date Start date
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.
 
Back
Top