Eliminating Last 3, 6, or 9 Digits of a Number in ExcelLast reviewed: November 2, 1994Article ID: Q30972 |
The information in this article applies to:
Digit elimination is the process of displaying numbers in some common base (for example, having a spreadsheet display all numbers in millions of dollars). Digit elimination is useful when creating reports with numbers that are very large because it eliminates the clutter of numerous zeros. To display values so that only a limited number of zeros appear, create a custom number format. The format is
0,,where each comma represents three zeros, as in the following example:
To maintain some of the commas in the above example, you can use a custom format #,###,. In this case, the number 60,000,000 will be displayed as 60,000 in Excel. However, Excel will still use the value 60,000,000 for all calculations referencing that cell.
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |