- Home
- BIN2OCT Function
BIN2OCT Function
The BIN2OCT function is one of the engineering functions. It is used to convert a binary number into an octal number.
Syntax
BIN2OCT(number, [places])
The BIN2OCT function has the following arguments:
Argument | Description |
---|---|
number | A binary 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 argument is not recognised as a binary number, or contains more than 10 characters, or the resulting octal number requires more digits than you specified, or the specified places number is less than or equal to 0, the function will return the #NUM! error.
How to apply the BIN2OCT function.
Examples
The figure below displays the result returned by the BIN2OCT function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags