Count of specified range of numbers
Posted by Diederick on July 13, 2001 5:20 AM
All,
Can anybody help me with the following, because I cannot find a simple solution:
I have a column with numbers. I want to count how many times a number between 5 and 10 exists in the column.
This formula works:
COUNTIF(F1:F200;<5) to count all the number smaller than 5. But how to do this when I want to count the values >5 and <10?
Thanks alot in advance.
Diederick