BIN2DEC(Number) converts a binary number to decimal : BIN2DEC « Engineering functions « Microsoft Office Excel 2007 Tutorial






The most significant bit is the sign bit.

The remaining bits are magnitude bits.

Negative numbers are represented using two's-complement notation.

Input the formula: =BIN2DEC(1100100)
Input the formula: =BIN2DEC(1100100)
Press Enter to get the result
Press Enter to get the result
16.5.BIN2DEC
16.5.1.BIN2DEC(Number) converts a binary number to decimalBIN2DEC(Number) converts a binary number to decimal
16.5.2.=BIN2DEC(1111111111) converts binary 1111111111 to decimal (-1)=BIN2DEC(1111111111) converts binary 1111111111 to decimal (-1)