jthomas666
Technical User
This is for a grade book spreadsheet. I need a formula that will look at a column of averages and return the number of averages that fall within a specified range.
So in one cell, the formula has the range 90-100 and returns the number of As, etc.
Thanks
ETA
The COUNTIF function looks like the best solution. While I can set it up to return the number of As easily enough
=COUNTIF(O5:O30,">89.5") 80 and 89
I'm still trying to determine how to establish a two-sided range--eg, averages between
So in one cell, the formula has the range 90-100 and returns the number of As, etc.
Thanks
ETA
The COUNTIF function looks like the best solution. While I can set it up to return the number of As easily enough
=COUNTIF(O5:O30,">89.5") 80 and 89
I'm still trying to determine how to establish a two-sided range--eg, averages between