Logical
Reverses the logic of its argument. Returns TRUE if argument is FALSE, and FALSE if argument is TRUE.
=NOT(logical)logicalValue or expression to reverse
=NOT(A1>10)TRUE if A1 is NOT greater than 10
Result: TRUE or FALSE
=NOT(A1="Exclude")TRUE if A1 does not equal "Exclude"
Result: TRUE or FALSE
=IF(NOT(ISBLANK(A1)), "Has value", "Empty")Checks if cell is not blank
Result: Text result
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula