HEX2DEC function
Summary
Converts a hexadecimal number to decimal
Syntax
HEX2DEC(number)
The HEX2DEC function syntax has the following arguments:
• Number Required. The hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
• Number Required. The hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
Example
=HEX2DEC("A5")
=HEX2DEC("FFFFFFFF5B")
=HEX2DEC("3DA408B9")
=HEX2DEC("FFFFFFFF5B")
=HEX2DEC("3DA408B9")