ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   excel (https://www.excelbanter.com/excel-worksheet-functions/106758-excel.html)

mike marcus

excel
 
can anybody tell me how I can enter a 17 digit # in a cell without it
rounding off the last 2 digits

Jerry W. Lewis

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


mike marcus

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