Skip to Content

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)
Returns: NumberSince: Excel 2003