Skip to content
English
  • There are no suggestions because the search field is empty.

NOT Operation

How to use the NOT operation in formulas

Definition

The NOT operation returns the opposite of the provided logical value.

Example

NOT(true)

Result:
false

Syntax Guide

NOT(logical_expression)

logical_expression - An expression that represents some logical value, i.e. TRUE or FALSE