How to use COUNTIFS with HAS and match 2 Columns while counting multiple selections in multi select dropdown ?
Solving for:
How many "Devon's Corner" Leads do we have by Location Type - "Bar" or "Brewery".. If any or both of these options are selected, they should be counted as 1
=COUNTIFS({Brand Type 1}, "Devon's Corner", {record type 3}, "Lead", {Location Type 2}, HAS(@cell, "Bar"), {Location Type 2}, HAS(@cell, "Brewery"))
It appears "Bar" is being counted, but not "Brewery" when selected. trying to get it to count if either or both are selected