add hex numberings together in excel 2003

F

Freakinhuge

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

Beege

Huge?

Google MOREFUNC for excel. It has a base converter, for whatever base you
need to work with.

Beege
 
G

Gary''s Student

Yes:

In A1 put dead
in A2 put bad

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