Array as criteria in Excels COUNTIFS function, mixing AND and OR [duplicate]
问题 This question already has answers here : Countif With Multiple OR Criteria (4 answers) Closed 5 years ago . I have been googling this for a while and can´t seem to get it to work. I use Excel 2010 and want to count rows on a mix of AND and OR operators. What I want to do is something like this COUNTIFS($A:$A,"string1" , $B:$B,"string2" , $C:$C,{"stringA","stringB","stringC"}) This means mixing both AND and OR operator in the COUNTIFS function. Col A and col B must match the string criteria