BIN2OCT
Converts a binary number to octal
Syntax
BIN2OCT(number, [places])
Parameters
- number: Required. The binary number you want to convert
- places: Optional. The number of characters to use
Example
=BIN2OCT(1001, 3)
Converts a binary number to octal
BIN2OCT(number, [places])
=BIN2OCT(1001, 3)