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.