Performing hex to decimal calcs in Excel....
Thread Starter
Joined: Nov 2001
Posts: 17,864
Likes: 0
From: Not all those who wander are lost
HEX2DEC(number)
Number is the hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
Remark
If number is not a valid hexadecimal number, HEX2DEC returns the #NUM! error value.
Examples
HEX2DEC("A5") equals 165
HEX2DEC("FFFFFFFF5B") equals -165
HEX2DEC("3DA408B9") equals 1034160313
If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu.
[Edited by DJ Dunk - 11/5/2003 10:08:00 AM]
Number is the hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
Remark
If number is not a valid hexadecimal number, HEX2DEC returns the #NUM! error value.
Examples
HEX2DEC("A5") equals 165
HEX2DEC("FFFFFFFF5B") equals -165
HEX2DEC("3DA408B9") equals 1034160313
If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu.
[Edited by DJ Dunk - 11/5/2003 10:08:00 AM]
Hi All,
I want to take a spreadsheet mostly populated with hex values, and replace it with decimal ones (need an easier way of analysing boost maps
).
Problem is, I'm a retard with Excel - does anyone know how I can create a formula to do this?
Thanks
Richard
I want to take a spreadsheet mostly populated with hex values, and replace it with decimal ones (need an easier way of analysing boost maps
).Problem is, I'm a retard with Excel - does anyone know how I can create a formula to do this?
Thanks
Richard
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM





