OCT2HEX function
OCT2HEX(Number,
DigitCount?) OCT2HEX(Number;
DigitCount?)
Number
Text or { Text }
An octal 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 }
A hexadecimal number.
Converts an octal number to a hexadecimal number. Also consider using the more general functions BASE and DECIMAL. Perform the reverse conversion using HEX2OCT.