Hexadecimal Calculations

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I know you can convert numbers to hexadecimal in Excel.
But, can you calculate numbers using hex data without
doing the conversion?

Thanks.

Jason
 
from the immediate window:

? &HFF - &HF0
15
? Hex(&HFF - &HF0)
F


Regards,
Tom Ogilvy
 
Back
Top