Excel COUNTIFS Function

Summary

The Excel COUNTIFS function returns the count of cells that meet one or more criteria. COUNTIFS can be used with criteria based on dates, numbers, text, and other conditions. COUNTIFS supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Count cells that match multiple criteria

Return value

The number of times criteria are met

Syntax

=COUNTIFS (range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

COUNTIFS counts the number of cells in a range that match supplied criteria. Unlike the COUNTIF function, COUNTIFS can apply more than one set of criteria, with more than one range. Ranges and criteria are applied in pairs, and only the first pair is required. For each additional criteria, you must supply another range/criteria pairs. Up to 127 range/criteria pairs are allowed.

Notes:

 

Excel COUNTIFS Function

Summary

The Excel COUNTIFS function returns the count of cells that meet one or more criteria. COUNTIFS can be used with criteria based on dates, numbers, text, and other conditions. COUNTIFS supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Count cells that match multiple criteria

Return value

The number of times criteria are met

Syntax

=COUNTIFS (range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

COUNTIFS counts the number of cells in a range that match supplied criteria. Unlike the COUNTIF function, COUNTIFS can apply more than one set of criteria, with more than one range. Ranges and criteria are applied in pairs, and only the first pair is required. For each additional criteria, you must supply another range/criteria pairs. Up to 127 range/criteria pairs are allowed.

Notes: