peltier tech utilities
Learn how to create Excel dashboards.

Categories

30 Excel Functions in 30 Days

Archives

Count Cells Greater Than Set Amount With Excel COUNTIF Function

One of the tasks you have to do quite often in Excel is to count things. For example, you could have a list of students and their test scores.

If the passing score is 50, how can you get Excel to count the number of students who passed the test?

 Use COUNTIF and an Operator

The Excel COUNTIF function will count cells, based on the criteria that you enter. As part of the criteria, you can use an operator, such as greater than, or less than, to count a specific range of numbers.

In this example, the passing score is 50. To find the students who failed the test, you'd count the scores that are less than 50 -- <50.

To include this operator in the COUNTIF criteria, enclose the operator and number in double quote marks.

=COUNTIF(B2:B11,"<50")

Use a Cell Reference with COUNTIF Criteria

Instead of typing

Continue reading Count Cells Greater Than Set Amount With Excel COUNTIF Function

Related Posts Plugin for WordPress, Blogger...