Excel BITXOR function
Function BITXOR
Description Excel BITXOR function returns a decimal number representing the bitwise XOR of two numbers.
Syntax BITXOR(number1, number2)
number1 A positive decimal number.
number2 A positive decimal number.
Example:
Usage Notes:
The input numbers must be greater than or equal to zero and no larger than 2^48 – 1