#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default excel

can anybody tell me how I can enter a 17 digit # in a cell without it
rounding off the last 2 digits
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 09:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"