Statistical
Counts the number of cells that contain numbers in a range. Ignores text, logical values, and empty cells.
=COUNT(value1, [value2], ...)value1First value or range to count
value2(any)Additional values or ranges (optional)
=COUNT(A1:A10)Counts how many cells contain numbers
Result: Number of numeric cells
=COUNT(A1:A10, C1:C10)Counts numbers in both ranges
Result: Combined count
=COUNTIF(A1:A10, ">100")Counts cells with values greater than 100
Result: Count of cells > 100
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula