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