I'm looking for some assistance using COUNTIFS with a named range (list) as a criteria.
It seems to me like it should work like this, but it doesn't. After some research I found a place that said this would work if the named range was a single cell, but I need it to reference a list, as I need the ability to add new criteria, without needing to change this formula. Is there a way to do this?
=COUNTIFS(A:A,"Jan",B:B,"Call",C:C,"<>OM",D:D"<>"&List)
In the example below it should return "2"
It seems to me like it should work like this, but it doesn't. After some research I found a place that said this would work if the named range was a single cell, but I need it to reference a list, as I need the ability to add new criteria, without needing to change this formula. Is there a way to do this?
=COUNTIFS(A:A,"Jan",B:B,"Call",C:C,"<>OM",D:D"<>"&List)
In the example below it should return "2"
A | B | C | D | |
Jan | Call | OM | Left Message | |
Jan | Call | Call List | Customer Contacted First | |
Jan | Call | Follow Up | Contacted | |
Jan | Call | OM | No Contact | |
Jan | Call | Call List | No Contact | |
Jan | Call | Call List | Contacted |
List |
Customer Contacted First |
No Contact |