Hello,
I have this formula:
=COUNTIFS({Certifications Range 2}, CONTAINS("CyberArk", @cell), AND({Certifications Range 1}, CONTAINS("Expiring", @cell), CONTAINS("Current", @cell)))
I keep getting #INVALID DATA TYPE
Range 2 and Range 1 are both referencing Dropdown list columns from another sheet. I know that the problem is occurring between AND and the end, but I don't know what I am doing wrong.