Hi everybody!
I have a range of values. I need to count how many occurences of the values 4, 5, and 6 there are in the range. I've used the following formula but it is not working.
=SUM(IF(AND($L$3:$L$36>=4, $L$3:$L$36<=6),1,0))
What's wrong with it?