View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default add hex numberings together in excel 2003

Yes:

In A1 put dead
in A2 put bad

then
=DEC2HEX(HEX2DEC(A1)+HEX2DEC(A2),4)
will yield ea5a

--
Gary''s Student


"Freakinhuge" wrote:

I am trying to add and subtract a series of hexidecimal numbers in excel
2003. Is this even possible? Someone please Help!!!