logo
excelfunctions.org
bookmarks

COUNT

Counts how many numbers are in the list of arguments.

StatisticalBeginner EssentialsMost UsedStatistics & Analysis

What it does

Counts how many cells in a range contain numbers.

Syntax

COUNT(value1, [value2], ...)

Arguments

  • value1(value|range) β€” First value or range to evaluate.

Examples

Count numbers

Count numeric entries in A2:A7.

FORMULA
=COUNT(A2:A7)
RESULT
4
SAMPLE DATA
A
1Mixed values
210
3
47
53
60
7N/A