Excel Function

COUNTA

Counts non-empty cells.

COUNTA(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

summarize sales data. Use COUNTA to Counts non-empty cells. For range arguments, drag from the start cell to the end cell in the same argument field, or click start and end cells in order. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=COUNTA(B2:B8, C2:C8)

Practice This Function