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

When I enter a number in a cell, like a serial number with 16 digits, it
always makes the last number a zero even when it isn't.

For instance I will type 23467923400998
but it will show 23467923400990

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 492
Default Excel

Excel's limit is 15 digits,
Regards,
Alan.
"trafficpower" wrote in message
...
When I enter a number in a cell, like a serial number with 16 digits, it
always makes the last number a zero even when it isn't.

For instance I will type 23467923400998
but it will show 23467923400990



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8,856
Default Excel

Excel, along with many other software applications, can only handle
numbers with 15-digit precision. If you want to display and handle more
digits than this, then you should enter them as text values with an
apostophe in front, i.e.:

'23467923400998

The apostrophe will not show in the cell (though it is visible in the
formula bar). As this is now a text value, you would not be able to do
any normal arithmetic with it, though of course you will be able to use
string functions like LEFT, MID etc.

Hope this helps.

Pete

trafficpower wrote:
When I enter a number in a cell, like a serial number with 16 digits, it
always makes the last number a zero even when it isn't.

For instance I will type 23467923400998
but it will show 23467923400990


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Excel

Excel only has 15 digit precision.

If you need more, you will require a different program.

Preface the number with a single quote(apostrophe) or pre-format the cells to
Text.


Gord Dibben MS Excel MVP


On Fri, 29 Sep 2006 17:19:02 -0700, trafficpower
wrote:

When I enter a number in a cell, like a serial number with 16 digits, it
always makes the last number a zero even when it isn't.

For instance I will type 23467923400998
but it will show 23467923400990


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
Excel docs not saving as excel docs Beth Excel Discussion (Misc queries) 6 September 12th 06 02:39 AM
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


All times are GMT +1. The time now is 05:10 AM.

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"