BITRSHIFT Function Explained

The BITRSHIFT function in Microsoft Excel shifts the bits of a number to the right by a specified number of positions. It takes two arguments: the number to be shifted and the number of positions to shift it. The result is a number with the bits shifted to the right.

BITRSHIFT Function Syntax

BITRSHIFT(number, shift_amount)

  • number: The number to be shifted.
  • shift_amount: The number of bits to shift the number to the right.