XOR
Syntax
xor ( logical_test1, [logical_test2], ... )Arguments
Return value
Example
if(xor(Region == "West", Category=="Urban"), 25, 30)Excel equivalent
Last updated
Was this helpful?
xor ( logical_test1, [logical_test2], ... )if(xor(Region == "West", Category=="Urban"), 25, 30)Last updated
Was this helpful?
Was this helpful?