Skip to Content

OCT2HEX

Converts an octal number to hexadecimal

Syntax

OCT2HEX(number, [places])

Parameters

  • number: Required. The octal number you want to convert
  • places: Optional. The number of characters to use

Example

=OCT2HEX(100, 4)
Returns: StringSince: Excel 2003