In my sheet, I have a filter for 2 values (see below images). The result is 294
In my report this formula yields 304.
=COUNTIFS({helper-child}, "1", {gapStatus}, <>"Rejected (not a GAP)", {gapStatus}, <>"removed - duplicate", {gapStatus}, <>"removed - not valid")
Why are they not matching? What am I missing?