NOT
Reverses a logical result and returns the opposite boolean value.
Syntax
NOT(logical_test)Arguments
Return value
Example
IF(NOT([Region]=="United States"),30500000,0)
Excel equivalent
Last updated
Was this helpful?