Reversing Data
Can you reverse the data in two different columns? If I have the
following column of numbers...
64
32
21
23
56
82
23
24
12
1
I want to reverse the data in the second group so it reads:
12
32
65
82
32
Is there an easy way to do that all at once?
Thanks
|