Codementor Events

Count, Countif, CountA, CountBlank Function in Excel

Published Jan 20, 2022
Count, Countif, CountA, CountBlank Function in Excel

COUNT Function :

It is used to count the number of cells that contain numbers in a specified range of cells.

Syntax :

=COUNT(value1,value2,...)

Value1, Value2 are the range in which you want to count.
For example:-
Screenshot (96).png

COUNTA Function :

It is used to count number of non-blank cells in a specified range of cells.

Syntax :

=COUNTA(value1,value2)

Value1, Value2 are the range in which you want to count.
For Example:-
Screenshot (97).png

COUNTIF Function:

It is used to count the number of cells based on a specified condition.

Syntax:

=COUNTIF(range,criteria)
  • range : the range in which you want to count.
  • criteria : the condition based on which you want to count.
    For Example:-
    Screenshot (98).png

COUNTIFS Function :

It is used to count the number of cells based on multiple conditions.

Syntax :

=COUNTIFS(criteria_range1,critera1,criteria_range2,criteria2)
  • criteria_range1 : the range in which you specify the first condition.
  • criteria1 : the first condition based on which you want to count.
    For Example:
    Screenshot (99).png

COUNTBLANK Function :

It is used to count the number of blank cells in a specified range of cells.

Syntax :

=COUNTBLANK(Value1,Value2)

Value1, Value2 are range in which you want to count.
For Example:-
Screenshot (102).png

Discover and read more posts from anshika vohra
get started
post commentsBe the first to share your opinion
Show more replies