OCT2HEX(number, [places])
=OCT2HEX(100, 4)
The OCT2HEX function can be used to convert octal numbers to hexadecimal. In this example, the octal number 100 is converted to hexadecimal with a length of 4. The result of this formula is 64.
=OCT2HEX(7777777533)
The OCT2HEX function can be used to convert large octal numbers to their hexadecimal equivalents. In this example, the octal number 7777777533 is converted to hexadecimal. The result of this formula is FFFFFF7A5.
OCT2HEX is a function that converts an octal number to hexadecimal form, returning a 10-character hexadecimal number if the number is negative.