HEX2DEC
Converts a hexadecimal number to decimal
Syntax
HEX2DEC(number)
Parameters
- number: Required. The hexadecimal number you want to convert. Must not contain more than 10 characters
Example
=HEX2DEC("A5")Converts a hexadecimal number to decimal
HEX2DEC(number)
=HEX2DEC("A5")