Just change the column data type to numeric (works in JMP 12, maybe earlier versions too).
If you want to keep the hex column as strings for reference you could create a numerical column with the simple formula Num(:hexcol).
If it does not work try this formula (change "hexcol" to the name of you column):
Hex To Number(Substr(:hexcol, 3))