BITRSHIFT function

Category: Engineering
Introduced: Excel 2013

Summary

Returns a value number shifted right by shift_amount bits

Syntax

BITRSHIFT(number, shift_amount) The BITRSHIFT function syntax has the following arguments.
• Number Required. Must be an integer greater than or equal to 0.
• Shift_amount Required. Must be an integer.

Example

=BITRSHIFT(13,2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/bitrshift-function-274d6996-f42c-4743-abdb-4ff95351222c

Back to Functions