Converts a given octal number to hexadecimal.
Syntax
octal_number: The octal number you want to convert into hexadecimal. It can contain a maximum of 10 characters, between 0-7. Eg., 77
Remarks
When the result value not does have the specified num_of_digits , zeroes are added to the left of the result value.
Examples
|
Formula |
Result |
|
=OCT2HEX(77;5) |
0003F |
|
=OCT2HEX(A3) |
1B6 |
|
=OCT2HEX(A4) |
77 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions