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