Thread
:
COUNTIF MEETING TWO CRITERIA eg>5 AND <10.1
View Single Post
#
2
Don Guillett
Posts: n/a
try
=sumproduct((a2:a22=5)*(a2:a22<10.1))
--
Don Guillett
SalesAid Software
"John Higgins" <John
wrote in message
...
I have a range of values. I wish to count the number of values in this row
that are between 5 and 10.1.
How do I do this?
Reply With Quote