Hi can someone help me out with this one,
=COUNTIFS(DISTINCT({Requisition ID}, {Business Title}, NOT(OR(@cell <> "MSS", @cell <> "Sales Engineering"))))
I want to return the count of distinct req IDs, that are open, but exclude business titles that contain "MSS" or "Sales Engineering".
I have tried a few things but no luck