NOT Function

Description

The function takes a boolean value as an argument and returns the opposite: false if the argument is true and true if it is false.

Usage Examples

The statement is true if the prefecture is neither Tokyo nor Osaka and false if it is Tokyo or Osaka.

= not(or(prefecture = "Tokyo", prefecture = "Osaka"))