I have a multi-select column that contains both the options Pending and Pending Registration. I want to count if the Contract Status column contains Pending but not Registration. Here's what I have so far... need help.
=COUNTIFS({Contract Status}, CONTAINS("Pending", @cell), ({Contract Status}, NOT(CONTAINS("Registration", @cell))))