Excel BITOR function

Function              BITOR

Description        Excel BITOR function returns a decimal number representing the bitwise OR of two numbers.

Syntax                  BITOR(number1, number2)

number1             A positive decimal number.

number2             A positive decimal number.

Example:

Here how it works. Showing a bitwise OR result of two numbers

Usage Notes:

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