Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Group, I use the following to convert a decimal summation into a hex checksum. Only problem is when I report a number back like 7E15, excel thinks its scientific notation and reports back 7000000000000000. Decimal CheckSum = 32277, convert to Hex = 7E15, DisplayCheckSum reads back 7000000000000000. How do I ensure a hex number instead of scientific notation? DisplayCheckSum = Right(Hex(CheckSum), 4) Tony -- ajocius ------------------------------------------------------------------------ ajocius's Profile: http://www.excelforum.com/member.php...o&userid=17695 View this thread: http://www.excelforum.com/showthread...hreadid=488405 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to change scientific number to regular number or text | Excel Discussion (Misc queries) | |||
Number Formatting/Scientific notation | Excel Discussion (Misc queries) | |||
Help - Any number longer than 12 digits turns to scientific and ro | Excel Discussion (Misc queries) | |||
Global fix for scientific number format? | Excel Discussion (Misc queries) | |||
convert scientific notation to a number | Excel Discussion (Misc queries) |