I am trying multiple variations on a Sum/IF formula and can't seem to crack it!
My goal is to SUM the rows in the [Estimated Refund Value] Column IF the [Credit Calculator] box is checked.
I've tried this in various forms including using the SUMIF feature as well as my current iteration below
=IF([Credit Calculator]:[Credit Calculator] = 1, SUM([Estimated Refund Value]:[Estimated Refund Value]), "")
not sure what I am missing, but I feel it's something small.