You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a net $12,000 a month after expenses for the theoretical case I am running, but your current formula is running me into the ground pretty quickly. Needs to be fixed.
The text was updated successfully, but these errors were encountered:
HPCguy
changed the title
Major bug on rollup sheet column O
Major bug on Rollup sheet column O
Nov 13, 2023
You have the following formula in column O of the Rollup sheet in the ods file, which produces the wrong output in the Net_worth sheet:
=IF(AND(($B4<$Input.$C$31),($B4<$Input.$G$31)),$Expenses.$D4,(-1)*$N4)
It should be this:
=IF(AND(($B4<$Input.$C$31),($B4<$Input.$G$31)),$Expenses.$D4,$Expenses.$D4-$N4)
I'm making a net $12,000 a month after expenses for the theoretical case I am running, but your current formula is running me into the ground pretty quickly. Needs to be fixed.
The text was updated successfully, but these errors were encountered: