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

COUNT

Description

Returns the number of values provided. Only numbers and string representations of numbers are counted. To count other data types, use COUNTA.

Syntax

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