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

NOT

Description

Returns the opposite logical value of the logical value that you specify.

Syntax

NOT(
value
)
  • value
    : The value to return the opposite value for. Numeric values other than zero are treated as True (1); 0 is treated as False.

Example

Formula
Result
=NOT(0)
TRUE
=NOT(1*5)
FALSE