#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Hex2Dec substitue?

Windows Mobile Excel does not have HEX2DEC.

I need to convert an 8 digit Hex number to decimal.
Anyone have a good way of doing this?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 266
Default Hex2Dec substitue?

"Stuart Peters" skrev i en
meddelelse ...
Windows Mobile Excel does not have HEX2DEC.

I need to convert an 8 digit Hex number to decimal.
Anyone have a good way of doing this?

Thanks,


Hi Stuart

Here's one way to covert a hex number to decimal:

Number in C2

Enter this array formula in a cell as one line.

=SUM((16^(ROW(INDIRECT("1:"&LEN(C2)))-1))*CHOOSE(SEARCH(MID(C2,(LEN(C2)-
ROW(INDIRECT("1:"&LEN(C2)))+1),1),"0123456789ABCDE F"),0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15))

The formula must be entered with <Shift<Ctrl<Enter, also
if edited later.


--
Best regards
Leo Heuser

Followup to newsgroup only please.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I cannot convert using HEX2DEC formula? i need a plug in i think? Usman Excel Worksheet Functions 1 September 14th 05 11:29 AM
Can I use HEX2DEC with cell references vs. numbers? cjssas Excel Worksheet Functions 8 September 12th 05 07:45 PM
EXCEL HEX2DEC conversion error Jerry Excel Worksheet Functions 4 June 16th 05 03:48 AM


All times are GMT +1. The time now is 10:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"