Converts a binary number into decimal.
Syntax
Examples
|
Formula |
Result |
|
=BIN2DEC(A2) |
-333 |
|
=BIN2DEC(A3) |
42 |
|
=BIN2DEC(1111) |
15 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions