I am trying to set up a banking ledger and I need some help
In column C, I have all deductions.
In column D, I have all deposits
In a cell in columns H, I want the balance of all transactions. So I put the starting balance in H1 and figured that I could subtract all entries from that balance from column C and add to the balance all entries from column D. So the balance in column H would go up or down depending on what column I put the number in. I am not sure how to do that formula. I got the subtraction going by doing this
=h2-sum(C2:C5000)
H2 is the starting balance of my account. C2 through C5000 would be the subtraction column where D2 through D5000 would be the addition column. How do I change the formula to add and subtract?
Bookmarks