Statistical
Counts cells that meet a specific condition. Essential for conditional counting and data analysis.
=COUNTIF(range, criteria)rangeRange of cells to count
criteriaCondition that determines which cells to count
=COUNTIF(A1:A10, ">50")Counts cells with values greater than 50
Result: Number of cells > 50
=COUNTIF(B1:B10, "Yes")Counts how many cells contain "Yes"
Result: Count of Yes responses
=COUNTIF(A1:A10, "A*")Counts cells starting with letter A
Result: Count of A* entries
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula