Sum display error - Can explain why the rounding error Happens

jbukovatz

New Member
Joined
Apr 20, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
SumDisplayError.xlsx
CDEFGHIJKLM
2Decrease Increase Balance
3$37.75$2,438.34
4$117.37$2,320.97
5850.00$3,170.97
6$16.38$3,154.59
7$28.19$3,126.40DecreaseIncrease Balance from row above Cal. Balance
8$311.25$2,815.15000000000$311.250000000000000$0.000000000000000$3,126.400000000000000$2,815.150000000000000
9937.00$3,752.15000000000$0.000000000000000$937.000000000000000$2,815.150000000000000$3,752.150000000000000
101,070.00$4,822.15000000001Start Here$0.000000000000000$1,070.000000000000000$3,752.150000000000000$4,822.150000000010000
11$42.49$4,779.66000000001$42.490000000000000$0.000000000000000$4,822.150000000010000$4,779.660000000010000
12$50.00$4,729.66
13935.00$5,664.66
14$3,000.00$2,664.66Whole Number$0.000000000000000$1,070.000000000000000$3,752.150000000000000$4,822.150000000000000
15$51.37$2,613.29Difference$0.000000000000000$0.000000000000000$0.000000000004547$0.000000000000000Row 10 - Row14
Test
Cell Formulas
RangeFormula
I8:I11I8=TableCkReg[@Decrease]
J8:J11J8=TableCkReg[@Increase]
K8:K11K8=F7
L8:L11,L14L8=+K8+J8-I8
F8:F11F8=SUM(F7+D8-C8)
I15:L15I15=I10-I14
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C3:F122,I8:L11,I13:L16Expression=AND(#REF!<>"",#REF!=ROW())textNO
C3:D122Expression=ISNUMBER(#REF!)textNO
C3:D122Expression=DAY(#REF!)>DAY(#REF!)textNO
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hello. In 'F8' you have:
=SUM(F7+D8-C8)
Replace that formula with this:
=ROUND(F7+D8-C8, 2)

And copy it to the whole column 'F'.
 
Upvote 0

Forum statistics

Threads
1,215,223
Messages
6,123,727
Members
449,116
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top