I am trying to do a count if formula that counts everything in my column except 6 specific words. Here is the formula I am trying to use.
=COUNTIFS([SEA#]:[SEA#], OR(@cell <> "WAS11", @cell <> "WAS14", @cell <> "WAS15", @cell <> "WAS16", @cell <> "WAS25", @cell <> "WAS26"), [Date Requested]:[Date Requested], AND(@cell >= DATE(2020, 4, 1), @cell <= DATE(2020, 6, 30)))
It is calculating, but it is still pulling everything in that column in that date range. It isn't pulling out my specified words.
I would appreciate any insight! Thank you!