The current formula below is just returning a "0" when it should show a count of "3" according to the data
Purpose: Trying to show total number of "In Progress FPI" Status that filters only on "Critical" AND "High" Priority
Formula:
=COUNTIFS(Status:Status, "In Progress FPI", Priority:Priority, "Critical", Priority:Priority, "High")
Data snapshot:
Thanks for any guidance you can provide!