Excel HEX2DEC Function

Summary
The Excel HEX2DEC function converts a hexadecimal number to its decimal equivalent.
Purpose
Converts a hexadecimal number to decimal
Return value
Decimal number
Syntax
=HEX2DEC (number)
Arguments
- number - The hexadecimal number you want to convert to decimal.
Version
Usage notes
- The input number must be less than or equal to ten alpha-numeric characters, otherwise the function returns the #NUM! error value.
- The internal (binary) representation of the hexadecimal number uses two's complement notation. The first bit indicates whether the number is positive or negative, and the other 39 bits indicate the magnitude of the number.
Download 200+ Excel Shortcuts
Get over 200 Excel shortcuts for Windows and Mac in one handy PDF.