The BitRShift function in Excel produces an integer that has been shifted right by a given amount of bits.
Syntax:
=BITRSHIFT( number, shift_amount )
Parameter:
Number:
Shift_amount :
Example:
The binary representation of 20 is 10100.
101 is 10100 moved right by two positions.
This value is returned as an integer in decimal form 5.
Ask Your Query