BIN2DEC
Converts a binary number to decimal
Syntax
BIN2DEC(number)
Parameters
- number: Required. The binary number you want to convert. Must not contain more than 10 characters (10 bits)
Example
=BIN2DEC(1100100)
Converts a binary number to decimal
BIN2DEC(number)
=BIN2DEC(1100100)