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