BITOR is a bitwise operation which returns a decimal number of two bitwise OR operation. Syntax =BITOR(number1, number2) Arguments number1: First numerical value for BITOR operation number2: Second num…
BITXOR is a bitwise operation which returns a decimal number of two bitwise XOR operation. Syntax =BITXOR(number1, number2) Arguments number1: First numerical value for BITXOR operation number2: Second nu…
The function BITrSHIFT is a bitwise operation which shifts a bit to the right side of its binary number system Syntax =BITRSHIFT(number,shift_amount) Arguments number: a positive number greater than or equal to &qu…
The function BITLSHIFT is a bitwise operation which shifts a bit to the left side of its binary number system Syntax =BITLSHIFT(number,shift_amount) Arguments number: a positive number greater than or equal to &quo…
TRUE Function is used to show you the value you enter is TRUE or is not a value in applied criteria. TRUE is randomly used function. TRUE Function is used with other logical functions Syntax of TRUE Function =TRUE() A…