HEX2DEC
Converts a hexadecimal number to decimal.
EngineeringEngineering & Science
What it does
Converts Hex to Decimal.
Syntax
HEX2DEC(number)
Arguments
number(text) β Hexadecimal number.
Examples
Hex to Dec
Convert FF to decimal.
FORMULA
=HEX2DEC("FF")RESULT
255
SAMPLE DATA
| A | |
|---|---|
| 1 | Hex |
| 2 | FF |