![]() |
|
#1
|
|||
|
|||
![]()
I do the go advanced, hit the paper clip, hit browse, click on my file, hit open, and nothing.
JOEu2004, I understand what you are saying, but cannot fix it. All my decimals are down to 2 places. I do however have a convoluted formula and it is to low by 50 plus cents on some og the answers. I wish I could post this here.. but it wont let me attach. It's only like 19 kb in size. |
#2
|
|||
|
|||
![]() 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. |
#3
|
|||
|
|||
![]() Quote:
----- Another work-around that I do not usually recommend is: set the "Precision As Displayed" Advanced Option. If you want to experiment with that, be sure to make a backup copy of the Excel file first. PAD is very dangerous; setting it can cause immediate and irreversible changes to constants throughout the Excel file. Moreover, setting PAD does not fix all rounding problems. It does not fix my earlier example, for instance: IF(10.01 - 10 = 0.01, TRUE). But just trying it, then throwing away the Excel file with PAD set, might give you confidence in the need to explicitly round formulas and expressions selectively. |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |