DEC2OCT
Definition: DEC2OCT is a function that converts a decimal number to an octal number.
Syntax: =DEC2OCT(number, [places])
Situation: This formula is suitable when you need to convert a decimal number to an octal number.
Example: If you have a decimal number 10, the octal equivalent can be found using the formula =DEC2OCT(10), which returns 12.