I'm trying to get C4 and C5 to just show how many "Apples" are coming from each checked source. Instead C4/C5 is basically just tallying everything instead of filtering out just "Apples". In fact,my formulas are not even trying to tally the other items such as "Oranges", "Pickles", "Melons", and "Grapes".
One solution I thought would work is =IF(COUNTIF( Data!$C:$C,$B$3), SUMIFS($J2:$J4,$I2:$I4,"TRUE"), "")
The other I thought would work is =SUMIFS($J:$J,Data!$C:$C,$B3)
But neither of those formulas seem to be taking B3 into account.
Solved by B. J. in 27 mins