ExcelChrisAcc
New Member
- Joined
- Sep 30, 2013
- Messages
- 3
Let's say that my chart looks like this
___A____B
1|120___X
2|430___X
3|500___X
4|324___X
5|290___X
So how would I make it so that a column B computes this
B1 = (A4-A5)
B2 = (A3-A4)
B3 = (A2-A3)
B4 = (A1-A2)
I know this could be done manually, but I have a larger array of numbers which would make it impractical. Thank you very much for the help!
___A____B
1|120___X
2|430___X
3|500___X
4|324___X
5|290___X
So how would I make it so that a column B computes this
B1 = (A4-A5)
B2 = (A3-A4)
B3 = (A2-A3)
B4 = (A1-A2)
I know this could be done manually, but I have a larger array of numbers which would make it impractical. Thank you very much for the help!
Last edited: