Skip to main content
Version: Streamsheets 3.0

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