NOT
Reverses a logical result and returns the opposite boolean value
Syntax
NOT(logical_test)Arguments
Return value
Example
IF(NOT(region_name == "APAC"), 495000000, 0)
Excel equivalent
Last updated
Was this helpful?