![]() |
#5
|
|||
|
|||
![]() Quote:
Formatting alone only affects how a value appears. It does not affect the actual cell value. Moreover, as my example with 10.01 - 10 demonstrates, constants might have only 2 decimal places, but calculations with those constants might result in values with more decimal places because of the binary arithmetic anomalies that I alluded to before. Finally, if results are significantly off (by 50+ cents, for example), the mistake could be in your calculations. Not really a mistake per se; but again, failing to round calculations based on your expectations. For example, =12.45*10% in A1 is 1.245. That might display 1.25 if you format to 2 decimal places. So you might expect a subsequent calculation like =A1*10 to be 12.50, but in fact it is 12.45. And if you sum a bunch of calculations like my example in A1, the cumulative effect can be a significant "error" -- that is, a deviation from your expectations based on displayed values (appearances). For all of these examples, the remedy is the same: explicitly round to the precision that you expect calculations to be accurate to. That means: use the ROUND function. Did you even try it? Quote:
One such website is box.net/files. After uploading the file, be sure to click on Share to get the public URL. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
IF formula when some values are text & others $ amounts | LyndaH | Excel | 4 | 03-26-2017 08:31 PM |
Adding addresses and $ amounts to Word docs | littlepeaks | Word VBA | 2 | 01-22-2016 07:57 PM |
![]() |
teza2k06 | Excel | 1 | 04-13-2014 09:28 PM |
![]() |
jyfuller | Excel | 15 | 09-21-2012 11:35 AM |
![]() |
rufusfrog | Word VBA | 5 | 02-25-2012 03:36 AM |