Count with Condition
Count items that match a specific condition.
Inputs
rangeThe group of cells you want to count.criteriaThe condition that defines which cells will be counted.
Practical Example
=COUNTIF(A1:A10, ">20")
COUNTIF(range, criteria)
Counts the number of cells within a range that meet a single criterion.
Count items that match a specific condition.
range
The group of cells you want to count.criteria
The condition that defines which cells will be counted.Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.