Converts a given hexadecimal number into decimal.
Syntax
Remarks
It is case-insensitive i.e., "A" and "a" are considered the same.
Examples
|
Formula |
Result |
|
=HEX2DEC("FF") |
255 |
|
=HEX2DEC(A3) |
10660573 |
|
=HEX2DEC(A4) |
78237606180 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions