Excel HEX2DEC function
Function HEX2DEC
Description Excel HEX2DEC function converts Hexadecimal number system to Decimal number system.
Syntax HEX2DEC(number)
Number is the hexadecimal number and it should not more than 10 characters.
Example:
Usage Notes:
- HEX2DEC returns the #NUM! error value when number is not a valid hexadecimal number.