
The Excel BITOR function returns a decimal number representing the bitwise OR of two numbers. For each corresponding bit in the binary representation of the numbers a logical OR operation is performed, and the resulting number returned.
Returns a 'Bitwise Or' of two numbers
Decimal Number
=BITOR (number1, number2)
The input numbers must be greater than or equal to zero and no larger than 2^48 - 1.

The Excel BITOR function returns a decimal number representing the bitwise OR of two numbers. For each corresponding bit in the binary representation of the numbers a logical OR operation is performed, and the resulting number returned.
Returns a 'Bitwise Or' of two numbers
Decimal Number
=BITOR (number1, number2)
The input numbers must be greater than or equal to zero and no larger than 2^48 - 1.