Formula Engine Reference Guide
 

 

Back to Class Index

 

HEXTONUM(S)

Description
This function returns the numeric value for the hexadecimal (base 16) interpretation of S. Since Objective Grid can operate directly on hexadecimal numbers, this function is not very useful; it is included primarily to maintain compatibility with other spreadsheets.
 
Parameters
S

A string value
 
Examples
HEXTONUM("A") = 10
 
HEXTONUM(J10) = 45019
where J10 = "AFDB"