I have an excel spreadsheet question, with layout as follows:
It has columns A B C and D. A is date, B is Category (Spending or Paycheck), C is amount of credit or debit and D is running balance.
D is in the format of =D2-C3.
For example,
D3 = D2-C3
D4 = D3-C4
D5 = D4-C5
Every time I select a block of A B C, cut and paste, the references in column D hose up, so if I move the contents of columns A B and C down 14 rows, D3 will be =D2-C15.
How do I keep my “column D” from getting hosed up like this?
Tokyo:
Wow. That’s so simple I never even thought of it. I’ll go give that a try.
… 1 minute later …
Didn’t work. Either I described my problem wrong, or you misinterpreted me.
Hmmmmmmmmmmmmmmmmm.
This gives it the value of the cell immediately above, minus the value of the cell immediately to the left. Putting the references in strings makes it immune to Excel playing around with it.
Just to clarify: when I said EVERY cell in your D column, I didn’t mean the entire column, but only those that you want the running total in (which may or may not be the entire column). I emphasised EVERY because that exact formula can be used in all those cells without having to change it.