The DEC2BIN function is one of the engineering functions. It is used to convert a decimal number into a binary number.
Syntax
DEC2BIN(number, [places])
The DEC2BIN function has the following arguments:
Argument | Description |
---|
number | A decimal number entered manually or included into the cell you make reference to. |
places | The number of digits to display. If omitted, the function will use the minimum number. |
Notes
If the specified places number is less than or equal to 0, the function will return the #NUM! error.
How to apply the DEC2BIN function.
Examples
The figure below displays the result returned by the DEC2BIN function.
