Evaluates the given logical expressions and returns TRUE when an odd number of expressions are true, and FALSE otherwise.
Syntax
logic: The logical condition to evaluate. Eg., A3<5
Remarks
All the text values are ignored during evaluation.
Zero is considered FALSE, while all other non-zero numbers are considered TRUE.
Examples
|
Formula |
Result |
|
=XOR(TRUE;12;FALSE;1>0.5) |
TRUE |
|
=XOR(10-15>1) |
FALSE |
|
=XOR(TRUE) |
TRUE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions