not |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Logical functions -> not |
Show all Hide all |
The function not (logical) returns the logical opposite of the argument.
The cell automatically gets the format string "True;False".
Syntax: =not(logical)
Example |
Cell A1 |
Cell A2=not(A1) |
false |
True |
true |
False |
|