inverting data

I

I Maycotte

I'm wondering if it's possible to invert data so that what is up at th
top will now be at the bottom and what is at the bottom will now be u
at the top. This would be easy if I had only a few rows o
information, but I have hundreds. Thanks in advance.

-- Isaa
 
R

RagDyeR

You can temporarily add a 'helper' column next to your column of data, and
then number it from 1 to whatever.
Select both columns and sort on the 'helper' in descending order.

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

in message
I'm wondering if it's possible to invert data so that what is up at the
top will now be at the bottom and what is at the bottom will now be up
at the top. This would be easy if I had only a few rows of
information, but I have hundreds. Thanks in advance.

-- Isaac
 
Top