BITXOR function

Category: Engineering
Introduced: Excel 2013

Summary

Returns a bitwise 'Exclusive Or' of two numbers

Syntax

BITXOR(number1, number2) The BITXOR function syntax has the following arguments.
• Number1 Required. Must be greater than or equal to 0.
• Number2 Required. Must be greater than or equal to 0.

Example

=BITXOR(5,3)

Microsoft Support Page

https://support.microsoft.com/en-us/office/bitxor-function-c81306a1-03f9-4e89-85ac-b86c3cba10e4

Back to Functions