TRUECALC
Functions

NOT

Logical negation

When to use it

When should I use NOT?

Use NOT to invert a logical condition — when you need to act only when something is false, wrapping the test in NOT is cleaner than rewriting the condition.

Used in

operations

Syntax

NOT(value)

On this page