Skip to Content
Toggle navigation menu
Cheatsheets
Excel
Logical
NOT
Toggle user menu
NOT
Reverses the logic of its argument
Syntax
NOT(logical)
Parameters
logical: Required. A value or expression that can be evaluated to TRUE or FALSE
Example
=NOT(A1>10)
Returns:
Boolean
Since:
Excel 2003