Functions
XOR
True if an odd number of arguments are true
When to use it
When should I use XOR?
Use XOR when you need to confirm that an odd number of conditions are true — it returns TRUE when exactly one (or any odd count) of the supplied arguments is true, making it ideal for exclusive-or logic.
Used in
Syntax
XOR(value1,...)