Excel Function

COUNT

Counts cells that contain numbers.

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

Arguments

value1

Required

Specify a reference range. You can drag or click start/end cells.

value2

Optional

Specify a reference range. You can drag or click start/end cells.

Practice Preview

Use COUNT to count numeric cells in Value in column B.

Example Table

#
AItem
BValue
CNotes
21120Number
32100Number stored as text
43Blank
5445Number
65DoneText
760Number
87Blank

How to Use (Formula)

=COUNT(B2:B8)

Result

3

Practice This Function

COUNT FAQ

How do I use COUNT in Excel?

Use COUNT when you want to count numeric cells. Enter Value 1, Value 2 in that order, then add optional arguments when needed.

Where can I practice COUNT?

Use the "Start Function Practice" button to jump straight into COUNT drills.

What arguments does COUNT use?

The main arguments are Value 1, Value 2. Start with the required ones, then add optional arguments if needed.