D
Debby
How do you invert a column of data? Given column A, how can you easily invert
A to get column B?
A B
1 5
2 4
3 3
4 2
5 1
Cell referencing always works in a positive fasion. How do you get it to
work in a negative fasion? For the first cell in column B I want to write
"=A5" and copy it downward negatively getting:
B
"=A5"
"=A4"
"=A3"
"=A2"
"=A1"
What is the fastest way to do this?
Thanks,
A to get column B?
A B
1 5
2 4
3 3
4 2
5 1
Cell referencing always works in a positive fasion. How do you get it to
work in a negative fasion? For the first cell in column B I want to write
"=A5" and copy it downward negatively getting:
B
"=A5"
"=A4"
"=A3"
"=A2"
"=A1"
What is the fastest way to do this?
Thanks,