If they're in numerical order, as your example, simply select them and then
sort them "descending".
If they're not in any order, then add a "helper" column, and number it from
1 to whatever, THEN, select both columns, and sort on the helper column
"descending".
--
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"D" wrote in message
...
I have a long colum on numbers, I would like to put them in reverse order.
i.e. A2 has 101
A3 has 103
A4 has 105
Reversed to:
A2 105
A3 103
A4 101
Etc.
Thanks
Don
|