BIN2DEC
Converts a binary number to decimal.
Syntax
=BIN2DEC(Number)
Arguments
| Name | Description | 
|---|---|
| Number | The binary number to convert. | 
Return
The decimal number or a #NUM! error if given number is not a valid binary number.
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 100 | converts binary 1100100 to decimal |