HEX2OCT function
HEX2OCT(number,
digitCount?) HEX2OCT(number;
digitCount?)
number
Text or { Text }
A hexadecimal number.
digitCount
Number or { Number } (optional)
The number of digits to return. If omitted, the minimum number of digits necessary to accurately represent the number is used.
Returns
Text or { Text }
An octal number.
Converts a hexadecimal number to an octal number. Also consider using the more general functions BASE and DECIMAL. Perform the reverse conversion using OCT2HEX.