SumIf isn't updating properly unless values are copy/pasted over
I am not comfortable sharing my spreadsheet, as it is a budget sheet, but I think I can lay it out clearly at least.
Here is the formula in question:
=IF(B$5−SUM(DEBT :: E12, MONTHLY :: D16, SUMIF(OTHER :: C, A$1, OTHER :: E), SAVING :: D5, ENVELOPE :: B8, GIVING :: C$3) = 0, "Done!", B$5−SUM(DEBT :: E12, MONTHLY :: D16, SUMIF(OTHER :: C, A$1, OTHER :: E), SAVING :: D5, ENVELOPE :: B8,GIVING :: C$3))
What this does is create what's called a 0 dollar budget by doing the following:
- get the sum of all debt payments for the month
- get the sum of all monthly subscriptions expected
- get the sum of all expected one-time payments IF the budget's month matches the month those payments are due (this table is called Other, I know, I'm creative - it's basically things like Nintendo Family Subscription being due in November, etc)
- get the sum of all expected savings contributions,
- get the sum of all enveloped expenses (food, pets, gas, etc)
- get the sum of all expected giving/charity
- SUM all of this together and subtract it from total expected income - if it's exactly 0, show Done!, if it's anything else, show the difference
The problem is the third one. The "month" is written out like January in both the A1 cell and it's counter part in the Other table (name, month due, amount - where "month due" is January or April, etc).
This worked very well on the very first sheet created (started last month).
This month, I copy and pasted last months sheet and changed the month in A1 to "February" - but the output value for that formula would not update. The only way I can get it to recheck the Other table is to go to that table and change the "month due" in every column to a random month and then back to it's original month.
I tried making A1 a Pop Up to see if it pulling from a value forced it to go check the Other table, but that did not change the behavior.
iPad Pro