Reverses the logical value of its argument. 【boolean】is the boolean parameter, meaning your input value must be a logical judgment with only true and false outputs, such as comparing which of two values is greater. When the logical judgment of your parameter is true, the function returns false; When the logical judgment of your parameter is false, the function returns true; For example one: 2>3 outputs false, but after reversal, the function outputs true. For example two: NOT({Age} > 18) after the NOT function reversal, it is equivalent to judging {Age} ≤ 18
Input formula
Select a formula
Number
Sum
Average
Max
Min
Round
Round Up
Round Down
Ceiling
Floor
Even
Odd
Int
Abs
Sqrt
Mod
Power
Exp
Log
Value
Text
Concatenate
Find
Search
Mid
Replace
Substitute
Len
Left
Right
Lower
Upper
Rept
T
Trim
Encode URL Component
Logic
If
Switch
True
False
And
Or
Xor
Blank
Error
Is Error
Not
Date
Today
Now
To Now
From Now
Date Add
Datetime Diff
Workday
Workday Diff
Is After
Is Before
Is Same
Datetime Format
Datetime Parse
Datestr
Timestr
Year
Month
Weekday
Weeknum
Day
Hour
Minute
Second
Set Locale
Set Timezone
Created Time
Last Modified Time
Array
Array Compact
Array Unique
Array Join
Array Flatten
Count
CountA
CountIf
CountAll
Object
Record ID
Reverses the logical value of its argument. 【boolean】is the boolean parameter, meaning your input value must be a logical judgment with only true and false outputs, such as comparing which of two values is greater. When the logical judgment of your parameter is true, the function returns false; When the logical judgment of your parameter is false, the function returns true; For example one: 2>3 outputs false, but after reversal, the function outputs true. For example two: NOT({Age} > 18) after the NOT function reversal, it is equivalent to judging {Age} ≤ 18
Usage
NOT(boolean)
Example
NOT({Age} > 18)