I’ve been using an Excel spreadsheet as a digital checkbook register. I’d like to have a cell auto calculate a running total based on a certain value. See the example I made up below. What I'd like to do is under "Total spent on gas monthly" I want it to automatically add the amounts entered under "withdrawal" that has the "Note" of "Gas". How would I do that? Currently, I will filter the note column to show only "Gas" then use =SUM to add those figures up then manually enter that number in the column I want it to be in and then delete the =SUM formula and revert back to show all on the filter. I want that cell to update automatically without all those extra steps.
NOTE | DATE | TRANSACTION | WITHDRAWAL | DEPOSIT | TOTAL | Total Spent on Gas Monthly | Total Spent on Food | |
Starting Balance | 1000.00 | |||||||
Gas | 1/1 | Gas Station | 60.00 | 940.00 | ||||
Groceries | 1/2 | Grocery Store | 100.00 | 840.00 | ||||
Utilities | 1/3 | Water, Electric | 200.00 | 640.00 | ||||
Mortgage | 1/4 | Bank | 400.00 | 240.00 | ||||
Gas | 1/5 | Gas Station | 60.00 | 180.00 |