This function converts a binary number to a decimal number.
BIN2DEC(number)
For the argument of this function, specify the binary numeric value to convert.
An error value is returned if the number contains more than 10 digits or is invalid.
Accepts numeric data. Returns numeric data.
BIN2DEC(1111111)