Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
BIN2DEC takes a text string representing a binary number (digits 0 and 1, up to 10 bits) and returns the equivalent decimal integer. It is useful when reading raw binary flags, bitmasks, or encoded data from embedded or network systems.
=BIN2DEC("1010")=BIN2DEC("1010")Computed by a real spreadsheet engine on the sample data below.
| Binary | Decimal |
| 0001 | =BIN2DEC("0001") |
| 1010 | =BIN2DEC("1010") |
| 1111 | =BIN2DEC("1111") |
| 11001 | =BIN2DEC("11001") |
=BIN2DEC("1010")→10
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: