HEX2OCT
Definition: HEX2OCT is a function that converts a hexadecimal number to octal.
Syntax: =HEX2OCT(number, [places])
Situation: This formula is suitable when you need to convert a hexadecimal number to octal.
Example: If you have a hexadecimal number “F”, the octal conversion can be found using the formula =HEX2OCT(“F”), which returns 17.