View Single Post
  #2   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

=COUNTIF(range,""&4)-COUNTIF(range,""&17)

For example:

=COUNTIF(C24:C29,""&2)-COUNTIF(C24:C29,""&5)

Regards

Trevor


"LyleB_Austin" wrote in message
...
I have a series of numbers in a column. What I want to do is find out how
many of the numbers fall within a given range. For example, let's say I
have
20 random numbers. I want to find out how many of the 20 are 4 and <=17.