BITLSHIFT function

Category: Engineering
Introduced: Excel 2013

Summary

Returns a value number shifted left by shift_amount bits

Syntax

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

Example

=BITLSHIFT(4,2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/bitlshift-function-c55bb27e-cacd-4c7c-b258-d80861a03c9c

Back to Functions