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