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