![]() |
excel
can anybody tell me how I can enter a 17 digit # in a cell without it
rounding off the last 2 digits |
excel
Prefix with a single quote so that the value will be interpreted as text.
Excel and almost all other software uses IEEE standard DP double precision (DP) to store numbers. DP can represent all 15 digit numbers, but only some 16 digit numbers. Rather than explain why numbers with more than 15 digits changed on entry to other numbers with more than 15 digits, MS decided to only display 15 digits, as documented in Help. When you enter a 17 digit number in a cell, it is truncated (not rounded) to 15 digits before conversion to binary. Jerry "mike marcus" wrote: can anybody tell me how I can enter a 17 digit # in a cell without it rounding off the last 2 digits |
excel
"Jerry W. Lewis" wrote: Prefix with a single quote so that the value will be interpreted as text. Excel and almost all other software uses IEEE standard DP double precision (DP) to store numbers. DP can represent all 15 digit numbers, but only some 16 digit numbers. Rather than explain why numbers with more than 15 digits changed on entry to other numbers with more than 15 digits, MS decided to only display 15 digits, as documented in Help. When you enter a 17 digit number in a cell, it is truncated (not rounded) to 15 digits before conversion to binary. Jerry "mike marcus" wrote: can anybody tell me how I can enter a 17 digit # in a cell without it rounding off the last 2 digits that was very helpful, thanks |
All times are GMT +1. The time now is 07:06 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com