Excel Function : BITRSHIFT

Download now!

Excel Function : BITRSHIFT

Category

Engineering

Description

Returns a value number shifted right by shift_amount bits

Microsoft Excel Reference Page

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

Syntax and Description of the BITRSHIFT Excel Function

. return getSyntax(BITRSHIFT.getSyntax(), FUNC_BITRSHIFT); } else if (op == BITWISE_AND) { //get syntax BITWISE_AND excel function. return getSyntax(BITWISE_AND.getSyntax(), FUNC_BITWISE_AND); } else if (op == BITWISE_NOT) { //get syntax BITWISE_NOT excel function. return getSyntax(BITWISE_NOT.getSyntax(), FUNC_BITWISE_NOT); } else

About BITRSHIFT Excel Function

The BITRSHIFT function returns a number shifted right or left by a specified number of bits.