View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Hexadecimal Calculations

from the immediate window:

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


Regards,
Tom Ogilvy

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

Thanks.

Jason