Hi Pistolprinsen,
If I have a text string containing the number "1311768467294899695", how can I convert this into a hex number?
Notice that the decimal in the text string is more than Excel's usual limit of 15 digits.
The result of converting the above number (string) into hex will be "1234567890ABCDEF"
Converting the number "18446744073709551615" would be "FFFFFFFFFFFFFFFF".
How do I convert long decimals into 64-bit hex in Excel?
See:
http://stackoverflow.com/questions/21246303/how-do-i-convert-a-64bit-number-to-hexadecimal-in-excel
===
Regards,
Norman