# NOT

NOT( `condition` )

Returns `true` if the input `condition` is `false`, and false if the input `condition` is true

### Arguments

| Argument    | Description                |
| ----------- | -------------------------- |
| `condition` | Boolean expression to test |

### Output

Outputs `true` if `condition` is `false`. Otherwise outputs `false`.

### Example

{% embed url="<https://datawrapper.dwcdn.net/0NvPA/1/>" %}

###

###
