All,
I have several fields where I am attempting to convert a signed binary angle (either 16 or 32 bit) into hexadecimal. Normally I would use the Windows programmer calculator, but I can't seem to use the decimal period on that program for some reason (guess there's an issue converting the decimal period into hex with that program?).
Here are specific examples:
1) Signed Binary Angle - 16 bit: My value range is from -90.0000 to +89.9973 and I want to convert this into a 2-byte hexadecimal.
2) Signed Binary Angle - 32 bit: My value range is from -90.000000000 to +89.999999958 and I want to convert this into a 4-byte hexadecimal.
If I was inputting my value into cell A1 and having this conversion and reporting take place in cell B2, what function would I use? I attempted to use the following with no avail: =DEC2HEX(A1,4).
Any help would be appreciated! Thanks for reading.
Respectfully,
Talamon
Bookmarks