Can someone provide a second look and explain why the formula isn't working the way I believe it should based on formula logic.
I'm having an issue with a sumifs adding my dep amt when the cleared check box is checked. Below is my formula and my input and out put sheet. It adds it when it is unchecked. If I change my formula to "0" for the cleared check box dep amt sums correctly but not for amt pd. It's not making sense to me. Normally I would just do the work around but if it is not working the way it should and suddenly starts working the way it should my balance will be incorrect and could cause overdrafts.
Formula
=[Remaining Balance]@row + SUMIFS({Deposit}, {Pd From}, [Primary Column]@row, {cleared}, "1") - SUMIFS({Amt Pd}, {Pd From}, [Primary Column]@row, {cleared}, "1")
Data input sheet
Data output results