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

MAXA

Description

Returns the maximum value from a list of values. Similar to MAX(), but in MAXA() you can include text and logical values. A text value or logical FALSE value is treated as a 0; a logical TRUE is counted as a 1.

Syntax

MAXA(
number1
, [
number2
], ...)
  • number1
    : The list of number or date values.
  • number2
    : The list of number or date values.