The COUNTIFS function applies criteria to cells in various ranges and counts how many times all criteria are fulfilled.
The number of rows and columns in each new range must be the same as in the criteria range1 parameter. The ranges do not have to be in close proximity to one another.
Syntax:
=COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…)
Parameter list:
Example :
Ask Your Query