I am using the formula below to exclude 2 values in a drop drown list and its not working.
Range 1 is looking at a sprint column (in this example sprint 7) on the source sheet
Range 2 is looking at a status column ( the two values i want to exclude is Pass and Dropped) on the same source sheet
Category at row value in this example is Sprint 7 on the metrics sheet i am creating - the Category column contains all the sprints on the metrics sheet
=COUNTIFS({FDM UAT Scenarios Range 1}, HAS(@cell, $Category@row, AND({FDM UAT Scenarios Range 2},(@cell <> "Pass", @cell <> "Dropped"))))