Skip to Content

HEX2OCT

Converts a hexadecimal number to octal

Syntax

HEX2OCT(number, [places])

Parameters

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

Example

=HEX2OCT("F", 3)
Returns: StringSince: Excel 2003