Article ID: 323625 - Last Review: January 2, 2007 - Revision: 4.0 Information about how number formatting affects perceived precisionThis article was previously published under Q323625
For a Microsoft Excel for Macintosh version of this article, see 181918
(http://support.microsoft.com/kb/181918/
)
.
On This PageSUMMARY
Microsoft Excel calculates a number based on its stored value instead of its
displayed value. When a formula or a worksheet function performs a
calculation, Excel uses the values in cells that are referenced
by the formula. Note that the displayed value may be different because of
number formatting.
MORE INFORMATIONTo format numbers, right-click the cell or cells, and then click Format Cells. Then, alter the way that Excel displays the numbers. When you calculate numbers, Excel performs the calculations by using the stored values. When you calculate formatted values, you may receive unexpected results because the displayed numbers may be slightly different from the stored values. For example, if two cells each contain the value 10.005, and the cells are formatted to display values as currency, the value $10.01 is displayed in each cell. If you add the two cells together, the result is $20.01 because Microsoft Excel adds the stored values (10.005 + 10.005), not the displayed values ($10.01 + $10.01). If you want the calculations to be based on the displayed values, you can change the precision of calculations so that they use the displayed values instead of the stored values. To do this, use the "Precision As Displayed" feature. Alternatively, make sure that the values are rounded to the same precision as the number formatting. How to round values to the same precision as number formattingYou can use the ROUND worksheet function to round values to a specific precision.For example, type the following data into a new worksheet: $A$1: 5 $A$2: 200% $A$3: =A1*A2 $A$3: =ROUND(A1*A2,2) How to round all values in a worksheet by using precision as displayedIf you want the calculations to be based on the displayed values, change the precision of calculations so that they use the displayed values instead of the stored values. To do this, follow these steps, as appropriate for the version of Excel that you are running.Microsoft Excel 2000, Microsoft Excel 2002, and Microsoft Office Excel 2003
Microsoft Office Excel 2007
| Article Translations
|
Back to the top
