Simple HexDecimal to Decimal Converter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there

This is way beyond my maths understanding.

I'm trying to use Excel to convert HexDecimal to Decimal. Ideally, I'd like to be able to key in the HexDecimal value in cell A1 and for A2 to automatically convert it to Decimal. This to then run all the way down 64 rows converting values in the same manner from Column 1 to Column 2

Can you do it with simple function commands?

Anybody any ideas?... all gratefully received

Many thanks

Ed G
 
Ed,

In B1, enter the formula =HEX2DEC(A1) . Then, select B1 and
downwards as far as you want to go, and press Ctrl+D.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



Ed G said:
Hi there!

This is way beyond my maths understanding.

I'm trying to use Excel to convert HexDecimal to Decimal.
Ideally, I'd like to be able to key in the HexDecimal value in
cell A1 and for A2 to automatically convert it to Decimal. This
to then run all the way down 64 rows converting values in the
same manner from Column 1 to Column 2.
 
Thanks for your speedy response.

I've keyed this into the the cell A2, but Excel chucks up a #NAME? error. I'm using Excel 2000, in case that is relevant

What am I doing wrong?
 
The HEX2DEC and DEC2HEX functions are part of the Analysis Tool
Pack add-in, so you must have this add-in loaeded in order to use
the functions. In Excel, go to the Tools menu, choose Add-Ins,
and put a check next to "Analysis Tool Pak". You can leave
"Analysis Tool Pak - VBA" unchecked.


Ed G said:
Thanks for your speedy response..

I've keyed this into the the cell A2, but Excel chucks up a
#NAME? error. I'm using Excel 2000, in case that is relevant.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top