Skip to main content
Version: Streamsheets 3.0

BIN.TO.DEC

Converts a binary number to decimal.

Syntax

=BIN.TO.DEC(Number)

Arguments

NameTypeDescription
NumberNumberThe binary number to convert.

Return

TypeDescription
Number or ErrorThe decimal number or a #NUM! error if given number is not a valid binary number.

Examples

FormulaResultComment
=BIN.TO.DEC(1100100)
100converts binary 1100100 to decimal