Please enable JavaScript to view the comments powered by Disqus.


For3–7:=COUNTIFS(...A1:A20,">="&3,A1:A20,"<="&7)

Count values in a range between 3 to 7.

The formula used is COUNTIFS() that can take multiple criteria and can give count correspondingly.


Used Functions

Category: Statistical

Counts the number of cells within a range that meet multiple criteria

Syntax

COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…)

Lets chat on this