SOLVED

Problem with Countif and And

Copper Contributor

Hi all,

 

I expected the result to be 4. Why is it 0 instead? Thanks!

Annotazione 2021-10-01 151128.png

2 Replies
best response confirmed by JohnTwo (Copper Contributor)
Solution
you can't write an AND condition like that inside the COUNTIF. Use COUNTIFS instead: COUNTIFS(A1:A10;">3";A1:A10;"<8")
Thank you!!
1 best response

Accepted Solutions
best response confirmed by JohnTwo (Copper Contributor)
Solution
you can't write an AND condition like that inside the COUNTIF. Use COUNTIFS instead: COUNTIFS(A1:A10;">3";A1:A10;"<8")

View solution in original post