BIN2DEC
Converts a binary number to decimal.
EngineeringEngineering & Science
What it does
Converts a binary number (base-2) to a decimal number (base-10).
Syntax
BIN2DEC(number)
Arguments
number(text) β The binary number (as text or number) to convert.
Examples
Binary to Decimal
Convert binary 1100100 to decimal.
FORMULA
=BIN2DEC(1100100)
RESULT
100
SAMPLE DATA
| A | |
|---|---|
| 1 | Binary |
| 2 | 1100100 |