XOR
Boolean Operator Functions
Basic Description
The Excel Xor function returns the Exclusive Or logical operation for one or more supplied conditions.
I.e. the Xor function returns TRUE if an odd number of the supplied conditions evaluate to TRUE, and returns FALSE otherwise.
Note: the Xor function was only introduced in Excel 2013 and so is not available in earlier versions of Excel.
The format of the function is :
XOR( logical_test1, [logical_test2], ... )
where the logical_test arguments are between 1 and 254 supplied conditions that evaluate to either TRUE or FALSE.
Xor Function Examples
The following spreadsheet shows examples of the Excel Xor function.
Formulas:
|
Results:
|
Xor Function Errors
Error
#NAME? | - | Occurs if Excel does not recognise the function name. This is probably because you have an earlier version of Excel, which does not support the Xor function. |
#VALUE! | - | Occurs if none of the conditions supplied to the Xor function evaluate to logical values. |