Converts a decimal number to octal.
Syntax
decimal_number: The decimal number you want to convert into octal. It must be between -2 29 and 2 29 -1 inclusive. Eg., 478.75
Remarks
When the result value not does have the specified num_of_digits , zeroes are added to the left of the result value.
Examples
|
Formula |
Result |
|
=DEC2OCT(A2) |
14 |
|
=DEC2OCT(A3) |
7777777014 |
|
=DEC2OCT(A4;12) |
000000000736 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions