BIN.TO.DEC
Converts a binary number to decimal.
Syntax
=BIN.TO.DEC(Number)
Arguments
| Name | Type | Description | 
|---|---|---|
| Number | Number | The binary number to convert. | 
Return
| Type | Description | 
|---|---|
| Number or Error | 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 |