View Single Post
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

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?