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

MINA

Description

Returns the minimum value from a list of values. Similar to MIN(), but in MINA() 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

MINA(
number1
, [
number2
], ...)
  • number1
    : The number, or list of numbers.
  • number2
    : The number, or list of numbers.