Tagged Questions
1
vote
2answers
2k views
How can I convert a hex number to a decimal number in Excel?
I have a cell containing this value:
0x00006cd2c0306953
and I want to convert it to a number.
I tried:
=HEX2DEC(C8)
where C8 is the cell containing my hex value.
I get a #NUM error.
What am I ...
2
votes
3answers
340 views
Converting a series of bytes from hexadecimal numbers into decimal numbers
Is there an app/script out there that can convert a series of bytes from hex to dec (if not, is there an easy way to achieve this in the command prompt in a few lines)?
03 01 9d f0 b4 05 01 67 40 20 ...