COUNTA function

Category: Statistical
Introduced: Excel 2003

Summary

Counts how many values are in the list of arguments

Syntax

COUNTA(value1, [value2], ...) The COUNTA function syntax has the following arguments:
• value1 Required. The first argument representing the values that you want to count.
• value2, ... Optional. Additional arguments representing the values that you want to count, up to a maximum of 255 arguments.

Example

=COUNTA(A2:A6)

Microsoft Support Page

https://support.microsoft.com/en-us/office/counta-function-7dc98875-d5c1-46f1-9a82-53f3219e2509

Back to Functions