In this article, we will learn about the Count family function in Microsoft Excel. How and where we use it in data?
We have 5 types of count functions in Microsoft Excel.
Formula | Syntax | Condition |
---|---|---|
COUNT | =COUNT(value1, [value2],[value3],…) | Count the cells which contain value |
COUNTA | =COUNTA(value1, [value2],[value3],…) | Count the non-empty cells |
COUNTBLANK | =COUNTBLANK(range) | Count the empty cells |
COUNTIF | =COUNTIF(range, criteria) | Count the condition based value for single criteria |
COUNTIFS | =COUNTIFS (criteria_range1, criteria1, [criteria_range2, criteria2],…) | Count the condition based value for multiple criteria’s |
COUNT Function:-
Let’s take an example and understand
We have credit card's billing data and, in the credit card column, we want to count the cells that contain some value.
Follow the steps below:-
Conclusion: - We use COUNT function when we want to count only numbers containing cells.
COUNTA Function:-
Let’s take an example and understand
We have credit card’s data and, in the bill generation date range, we want to count non-empty cells.
Follow the steps below:-
Conclusion: - We use COUNTA function to count the non-empty cells in the range.
COUNTBLANK Function:-
Let’s take an example and understand
We have credit card’s data and,in the bill generation date range, we want to count empty cells.
Follow the steps below:-
Conclusion: - We use COUNTBLANK function to count the empty cells in the range.
COUNTIF Function:-
Let’s take an example and understand
We have credit card’s data and from that data, we want to count the number of bills of the country, Niue.
Follow the below steps:-
Conclusion: - We use COUNTIF function to count the data based on single criteria or we can say that we can count the number of times the value repeats in the range.
COUNTIFS Function:-
Let’s take an example and understand
We have credit card’s data and, from that data, we want to count the number of bills of Nissim.
Follow the below steps:-
Conclusion: - We use COUNTIFS function to count the data based on multiple criteria in the data.
These are the COUNT functions in Microsoft Excel which we use to solve different types of problems.
If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook.
We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write us at info@exceltip.com
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.