excel sorting functions

  • Thread starter Thread starter Crash
  • Start date Start date
C

Crash

I have an excel spreadsheet which includes a number column of percentages. I
would like to sort it in descending order and can do so, but then I am not
able to unsort it back to original order. Does anyone know the way to go
about this?
Thanks
 
Insert a "helper" column next to the percent column, and number the rows
from 1 to whatever.
Include this helper column in your data range when you perform your original
sort.

When you're ready to return to the original order, simply use this helper
column as the sort key.
 
Back
Top