Courses
NOT Function
Return value
Returns TRUE if the argument is FALSE and FALSE if the argument is TRUE.
Syntax
= NOT(logical)
Arguments
| Argument | Description |
|---|---|
| logical | The logical value to reverse. |
Examples
| Argument input | Return value |
|---|---|
| (FALSE) | TRUE |
| (TRUE) | FALSE |

