Edit

Share via


NOT ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

The NOT function returns the reversed logical value of the specified condition as a Boolean value.

Syntax

NOT (condition)

Arguments

condition: Boolean

A valid conditional expression that must be reversed.

Return values

Boolean

The resulting Boolean value.

Example

NOT (TRUE) returns FALSE.

Additional resources

Logical functions