OCT2HEX Function Explained

The OCT2HEX Function in Microsoft Excel converts an octal number to a hexadecimal number. It takes one argument, the octal number, and returns the hexadecimal equivalent.

OCT2HEX Function Syntax

OCT2HEX(number, [places])

  • number: The octal number you want to convert.
  • places: (optional) The number of characters to use. If omitted, the default value is 8.