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

COUNTIF

Description

Returns the number of specified values that meet the condition (criterion). You can use the * wildcard to match string values.

Syntax

COUNTIF(
range
,
criteria
)
  • range
    : The values, or a range of cells, to be counted if the condition is met.
  • criteria
    : The condition to use to evaluate the values.