Skip to main content

Excel BITAND Function

The BITAND function returns a decimal number representing the bitwise 'AND' of two supplied numbers.

bitand function 1


Syntax

=BITAND (number1, number2)


Arguments

  • Number1 (required): The first positive decimal number.
  • Number2 (required): The second positive decimal number.

Return value

The BITAND function returns a numeric value.


Function notes

  1. The BITAND function first converts the two supplied decimal numbers to binary forms of 10 places,
    then performs a logical AND operation on each corresponding bit of the corresponding binary numbers,
    and finally converts this bitwise 'AND' binary number to a decimal number. Please see the screenshot below:

    bitand function 2

  2. The #NUM! error value occurs if:
    • Any of the supplied arguments are not integers.
    • Any of the supplied arguments are < 0 or > (2^48)-1.
  3. The #VALUE! error value occurs if any of the supplied arguments are non-numeric.

Examples

Supposing, you want to get the decimal number representing the bitwise 'AND' of two supplied numbers in the table below. Please do as follows.

1. Copy the formula below into cell E5.

=BITAND (B5, C5)

2. Then drag the fill handle down to the cells you want to apply this formula too. The results are as the following screenshot shows.

bitand function 3

Notes:

  1. We can directly input values in the two arguments in the formula. For example, the formula in cell E5 can be changed to:

    =BITAND (83, 62)

Relative Functions:

  • Excel EVEN Function
    The EVEN function rounds numbers away from zero to the nearest even integer.

  • Excel EXP Function
    The EXP function returns the result of the constant e raised to the nth power.


The Best Office Productivity Tools


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations