function contif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I´ve a list of numbers and want to use the count how many of this is within
the ranges
 
Checks the range A2 - A10 for numbers >=5 and <=20.
=COUNTIF(A2:A10,">=5")-COUNTIF(A2:A10,">20")

Mike
 
Back
Top