I have a cell range with numerical values. If I want to count how many numbers fall between a range, how would I do that? I'm trying to use the COUNTIF function and I cannot get it to work when I use more than one variable.
Example:
This works if I only want to count the values greater than 50
=COUNTIF(A6:A100,">50"
but I don't know how to modify the formula if I want to count how many values fall between 50 and 75.
=COUNTIF(A6:A100, ">=50<=75" does not work.
Thanks in advance.
Example:
This works if I only want to count the values greater than 50
=COUNTIF(A6:A100,">50"
but I don't know how to modify the formula if I want to count how many values fall between 50 and 75.
=COUNTIF(A6:A100, ">=50<=75" does not work.
Thanks in advance.