HEX2DEC
Converts a hexadecimal number to decimal.
Syntax
=HEX2DEC(Number)
Arguments
| Name | Description | 
|---|---|
| Number | The hexadecimal number to convert. | 
Return
The decimal number or a #NUM! error if given number is not a valid hexadecimal number.
Examples
| Formula | Result | Comment | 
|---|---|---|
 | 165 | converts hexadecimal A5 to decimal |