NOT
Syntax
not( logical_test )Arguments
Return value
Example
if(not(Region == "West"), 50, 25)Excel equivalent
Was this helpful?
not( logical_test )if(not(Region == "West"), 50, 25)Was this helpful?
Was this helpful?