बुधवार, 25 मार्च 2015

Excel

Count Cells Greater Than Set Amount With Excel COUNTIF Function
By Debra Dalgleish, on June 28th, 2010
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")

लेबल:

0 टिप्पणियाँ:

एक टिप्पणी भेजें

सदस्यता लें टिप्पणियाँ भेजें [Atom]

<< मुख्यपृष्ठ