BIN2DEC function
Summary
Converts a binary number to decimal
Syntax
BIN2DEC(number)
The BIN2DEC function syntax has the following arguments:
• Number Required. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
• Number Required. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
Example
=BIN2DEC(1100100)
=BIN2DEC(1111111111)
=BIN2DEC(1111111111)