Converts a binary number to octal
=BIN2OCT(number, [places])
| Parameter | Description |
|---|---|
number |
The binary number you want to convert to octal. |
places |
[optional] If omitted uses the least number of characters required to represent the number, otherwise pads the result with zeros up to the specified number of places. |