DECIMAL Function Explained
The DECIMAL
function in Microsoft Excel converts a binary number to a decimal number. It takes two arguments: the binary number to be converted and the number of digits to the right of the decimal point. It returns a decimal number with the specified number of digits to the right of the decimal point.
DECIMAL Function Syntax
DECIMAL(number, [places])
- number: The number to be converted to a decimal.
- places: (optional) The number of decimal places to which the number should be converted.