Excellent, thank you very much Mike
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#2
Programming / Hexadecimal to Decimal
September 10, 2021, 02:31:10 PM
Hi everyone
I have a question
This formula returns me the decimal number
Excel
HEX2DEC ("8FCB455C") = 2412463452
HEX2DEC ("7FA2478E") = 2141341582
PxPlus
DEC (ATH ("8FCB455C") = -1882503844
DEC (ATH ("7FA2478E") = 2141341582
Why does pxplus return the decimal value of the first data differently?
Could someone guide me please
I have a question
This formula returns me the decimal number
Excel
HEX2DEC ("8FCB455C") = 2412463452
HEX2DEC ("7FA2478E") = 2141341582
PxPlus
DEC (ATH ("8FCB455C") = -1882503844
DEC (ATH ("7FA2478E") = 2141341582
Why does pxplus return the decimal value of the first data differently?
Could someone guide me please
Pages1