BITLSHIFT function adds zero to binary and converts to decimal

Returns the value after moving the specified number of bits to the left.

grammar

BITLSHIFT(number, shift_amount)

number must be greater than or equal to 0.

Shift_amount must be an integer.

Instructions

■ Moving a number to the left is the same as adding a zero (0) to the right of the number’s binary representation.

For example, shifting the decimal value 4 two places to the left will convert its binary value (100) to 10000 (that is, the decimal value 16).

■ If Number is greater than (2^48)-1, BITLSHIFT returns the #NUM! Error. .

■ If Shift_amount is greater than 53 in absolute value, BITLSHIFT returns the #NUM! Error value .

■ If any argument is non-numeric, BITLSHIFT returns the #VALUE! Error value. .

■ If a negative number is used as the Shift_amount argument, the number is shifted to the right by the appropriate number of digits.

I want to create a clean, concise and efficient office reference manual, in order to maintain a good reference experience, I did not add any third-party advertisements in my blog, of course, if you are willing, you can watch the following video, it can bring me some income, so that I can better maintain the server to provide higher quality service, thank you for your help and support.

You can choose any link below to watch my videos and I will earn some money to strengthen the site and resist DDOS attacks that may happen at any time, thank you for your support!
(Please note: Please do not maliciously click on links or video ads to increase invalid traffic, as this can result in lower or no revenue.)

Learn to consult the manual video

(Will be released in the later period with the consult the manual article, please pay attention.)

My Febspot video list (Learn after-school relaxation videos)

https://suu.us/sponsor

My Febspot video home page

https://www.febspot.com/leet4477/