BIN2DEC function
BIN2DEC converts a binary number to a decimal number.
Syntax
BIN2DEC(number)
Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
Example
=BIN2DEC(1100100) returns 100.