Skip to main content
Workday User Guide
Last Updated: 2023-06-23
COUNTA

COUNTA

Description

Returns the number of specified values. All data types are counted. To count only numbers and string representations of numbers, use COUNT.

Syntax

COUNTA(
value1
, [
value2
], ...)
  • value1
    : The value or list of values.
  • value2
    : The value or list of values.