View Single Post
  #6   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Fri, 2 Sep 2005 12:27:03 -0700, cjssas
wrote:

I want to use HEX2DEC to convert hex numbers to decimal. The HEX2DEC
function seems to only work with number. If I can use the function on a
number by referencing it's cell then I could convert a large number of hex
numbers to decimal.


=HEX2DEC(A1)

works fine here, with a HEX number in A1.

What, exactly, are you doing?


--ron