Skip to main content
Version: Next

NOT

Evaluates, if all given values are FALSE.

Syntax

=NOT(Value)

Arguments

NameTypeDescription
ValueValueValue to invert

Return

TypeDescription
BooleanIf value is TRUE, FALSE, otherwise TRUE.

Examples

FormulaResultComment
=NOT(TRUE)
FALSE