Skip to main content
Version: Streamsheets 2.5

BIN2DEC

Converts a binary number to decimal.

Syntax

=BIN2DEC(Number)

Arguments

NameDescription
NumberThe binary number to convert.

Return

The decimal number or a #NUM! error if given number is not a valid binary number.

Examples

FormulaResultComment
=BIN2DEC(1100100)
100converts binary 1100100 to decimal