Skip to content

COUNTIFS

Statistical

COUNTIFS helps you perform summary and inferential functions for descriptive and statistical analysis.

Overview

Start with "=" then enter COUNTIFS(criteria_range1, criteria1, ...). Keep argument order as shown and use cell ranges where appropriate.

Backend scalar pathComplete docs

Syntax & Arity

=COUNTIFS(criteria_range1, criteria1, ...)

2+ arguments

Arguments

ArgumentRequiredTypeDescription
criteria_range1RequiredSingleRange evaluated against a condition.
criteria1RequiredSingleCondition used to include matching values.

Example Inputs & Outputs

Formula

=COUNTIFS(<criteria_range1>, <criteria1>)

Example Output

Statistical summary value

Replace placeholders with your worksheet values or ranges to compute a result.

Related Functions