Excel BIN2DEC function
Function BIN2DEC
Description Excel BIN2DEC function converts Binary number system to Decimal number system.
Syntax BIN2DEC(number)
Number Required. The binary number to convert. Number cannot be more than 10 characters (10 bits).
Example:
Usage Notes:
If number is not a valid binary number, or if number contains more than 10 characters (10 bits), BIN2DEC returns the #NUM! error value.