Excel and Hex Calculations
Solved
alex
-
#NOM ? -
#NOM ? -
A small question.
Is it possible to create hexadecimal spreadsheets in Excel? Without going through a conversion: hex -> decimal, calculations then the result of the calculation in decimal -> conversion back to hexadecimal (with dechex and hexdec)
basically doing all calculations in hex
like:
column 1 = FF1
column 2 = A2
Column 3 = column 1 + column 2 = result in hex.
thank you
Is it possible to create hexadecimal spreadsheets in Excel? Without going through a conversion: hex -> decimal, calculations then the result of the calculation in decimal -> conversion back to hexadecimal (with dechex and hexdec)
basically doing all calculations in hex
like:
column 1 = FF1
column 2 = A2
Column 3 = column 1 + column 2 = result in hex.
thank you
It's okay.
Thanks anyway.
alex
Here is a formula to perform a hexadecimal calculation in Excel with on-the-fly conversion:
replace the ** with the cell names.
You need to enable the analysis tools from the “Add-ins” menu.
Otherwise, it won’t work.