• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

HEX number to decimal conversion

ashokchl

New Member
Hi

How to convert HEX NUMBER to DECIMAL.

I tried with =HEX2DEC(A1) but it is showing error. Can you please help me out.
 
Hi Ashok ,


HEX2DEC depends on the input number being a string e.g. if A1 contains the string FEDC , which can be a hexadecimal number , then HEX2DEC(A1) will give 65244.


If A1 contains the number 123 , then HEX2DEC(A1) will interpret 123 as a hexadecimal number and return the value 291.


Narayan
 
Hi Ashok ,


Because you are using Excel 2003 , you will have to install the Analysis Toolpak in order to use this function. In Excel 2007 , no add-in is required.


Narayan
 
Back
Top