To use this function, choose .
 
Converts hexadecimal values to their equivalent decimal form.
 
 
Syntax
 
 HTOD(text)
 
For text, enter the hexadecimal value or a text column that contains the hexadecimal values.
  
Example
 
 
 
| Column | Calculator expression | Result | 
 
| C1 contains the hexadecimal 24A3 | HTOD(C1) | 9379 |