The BITAND function is one of the engineering functions. It is used to return a bitwise 'AND' of two numbers.
BITAND(number1, number2)
The BITAND function has the following arguments:
The value of each bit position is counted only if both parameter's bits at that position are 1.
How to apply the BITAND function.
The figure below displays the result returned by the BITAND function.