Converts the specified binary (base 2) number to its decimal equivalent.
Syntax
![]() |
---|
BIN2DEC( NumberOrText x ) → Number |
If x is not a valid binary number, the function returns the #VALUE! error value. If x contains more than 10 characters (10 bits), the function returns the #NUM! error value.
Formula
![]() |
---|
=BIN2DEC(100100) |
Function Reference
BIN2HEX Function
BIN2OCT Function
DEC2BIN Function
HEX2BIN Function
OCT2BIN Function