![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How do I get it to stop doing that?? I've tried all the number formats
|
| Ads |
|
#2
|
|||
|
|||
|
Like most computer apps (COBOL is an exception), Excel uses the IEEE
convention for storing decimal numbers (numbers based on the fact we have 10 fingers) as binary numbers (computer memory has two states: on and off). This results in a limitation on the number of digits that can be stored - 15. But are you working with real numbers? Things like ISBN, telephone, etc numbers re really not numbers in the sense that we never do math on them. In this case you have two workarounds: a) before entering the value format the cell as text OR b) preface the value with single quote (apostrophe) - this will neither display nor print (visible only in the formula bar) To learn more read: What Every Computer Scientist Should Know About Floating Point http://docs.sun.com/source/806-3568/ncg_goldberg.html Go to source>> http://www.cpearson.com/excel/rounding.htm best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "Dave" > wrote in message ... > How do I get it to stop doing that?? I've tried all the number formats > |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why does excel turn numbers larger than 15 digits to zero? | Aaron | Excel Discussion (Misc queries) | 5 | December 15th 06 03:15 PM |
| Why can't Excel handle very large numbers 500 digits- kid RSA ridd | Robert Bigdowski | Excel Discussion (Misc queries) | 0 | July 17th 06 09:05 AM |
| How do I keep Excel from dropping my numbers to 0 after 15 digits | Topmom5 | Setting up and Configuration of Excel | 1 | May 19th 06 08:21 PM |
| in excel, how to limit digits of negative hexadecimal numbers? | [email protected] | Excel Discussion (Misc queries) | 1 | February 1st 06 11:36 PM |
| Round X.50 and less down, X.51 and greater up | BigDave | Excel Worksheet Functions | 2 | January 6th 06 12:30 AM |