I have church that uses a calculator to spread funds and I have translated these simple formulas into excel. The issue I am having is the calculator is 2 decimal places and the Excel Sheet is 3 decimal places that occurred in a recent scenario.
Calculator:
If you enter into the calculator: $4,315.82-267.98-75.00=$3,972.84 then $3,972.84*.1 = 397.28 then $3,972.84-397.28-397.28=$3,178.28
The total in the calculator would then total: 3,178.27+397.28+397.28+267.98+75.00=4,315.81 (note 267.98 and 75.00 are fixed numbers for this scenario )
Excel
Cell C1 $4,315.82
Cell A4 $267.98
Cell A5 $75.00
Cell A3 =($C$1-$A$4-$A$5)*1 = 397.284
Cell A2 =($C$1-$A$4-$A$5)*1 = 397.284
Cell A1 =C1-A4-A5-A3-A2 =3,178.272
Cell A6 = A1+A2+A3+A4+A5= $4,315.82
The Excel dilemma is it is a penny more and if Excel is solely used for a bank deposit it would be off a penny. Any assistance in finding an advanced function that would resolve this would be welcomed. Thanks in advance
Calculator:
If you enter into the calculator: $4,315.82-267.98-75.00=$3,972.84 then $3,972.84*.1 = 397.28 then $3,972.84-397.28-397.28=$3,178.28
The total in the calculator would then total: 3,178.27+397.28+397.28+267.98+75.00=4,315.81 (note 267.98 and 75.00 are fixed numbers for this scenario )
Excel
Cell C1 $4,315.82
Cell A4 $267.98
Cell A5 $75.00
Cell A3 =($C$1-$A$4-$A$5)*1 = 397.284
Cell A2 =($C$1-$A$4-$A$5)*1 = 397.284
Cell A1 =C1-A4-A5-A3-A2 =3,178.272
Cell A6 = A1+A2+A3+A4+A5= $4,315.82
The Excel dilemma is it is a penny more and if Excel is solely used for a bank deposit it would be off a penny. Any assistance in finding an advanced function that would resolve this would be welcomed. Thanks in advance