OCT2HEX
Converts an octal number to hexadecimal.
EngineeringEngineering & Science
What it does
Converts octal to hexadecimal.
Syntax
OCT2HEX(number, [places])
Arguments
number(text) β Octal number.
Examples
Octal to Hex
Convert 12 to hex.
FORMULA
=OCT2HEX(12)
RESULT
A
SAMPLE DATA
| A | |
|---|---|
| 1 | Oct |
| 2 | 12 |