Summary

The Excel BITXOR function returns a decimal number representing the bitwise XOR of two numbers. For each corresponding bit in the binary representation of the numbers a logical XOR operation is performed and the resulting number returned.

Purpose 

Returns a 'Bitwise Xor' of two numbers

Return value 

Decimal Number

Syntax

=BITXOR(number1,number2)
  • number1 - A positive decimal number.
  • number2 - A positive decimal number.

How to use 

The input numbers must be greater than or equal to zero and no larger than 2^48 - 1.

Difference Between OR and XOR

When a waiter in a breakfast diner asks if you want coffee OR orange juice, they are really asking if you want coffee XOR juice. You can have one or the other, but not both.

Dave Bruns Profile Picture

AuthorMicrosoft Most Valuable Professional Award

Dave Bruns

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.