0% found this document useful (0 votes)
15 views3 pages

Count If

Learn

Uploaded by

sharmasujay69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views3 pages

Count If

Learn

Uploaded by

sharmasujay69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

As seen in the sessions, a SUMIF function calculates Sum of cells based on a condition.

There is
another very useful function – COUNTIF. It counts cells based on one condition. The following
exercises will help you understand the use of COUNTIF.

Let’s see how to use the COUNTIF function in Excel to count cells that are equal to a value, count
cells that are greater than or equal to a value, etc.

1. The COUNTIF function below counts the number of cells that are equal to 20.

2. The following COUNTIF function gives the exact same result.


3. In order to count the numbers that are greater than or equal to a number, we have to use a
different syntax.

The COUNTIF function below counts the number of cells that are greater than or equal to 10.

4. The following COUNTIF function gives the exact same result.

Explanation: the & operator joins the 'greater than or equal to' symbol and the value in cell C1. It is
like concatenation.
5. The COUNTIF function below counts the number of cells that are not equal to 7.

6. Now for your assignment. In the attached sheet, find out the count the number of cells that are
equal to 3 or 7. Also, find the number of cells that are equal to 3 or 10 in column A and number of all
cells that are not equal to 7 from column C.

You might also like