BIN2DEC(number)
=BIN2DEC(1100100)
This function can be used to convert binary numbers to decimal numbers. For example, will convert the binary number 1100100 to the decimal number 100.
=BIN2DEC(1111111111)
This example will convert the binary number 1111111111 to the decimal number 1023.
The BIN2DEC function is used to convert a binary number, up to 10 bits, into its decimal equivalent. It takes a binary number as an argument and returns its decimal value, or #NUM! if the binary number is not valid.