I have some rows with calculations, which I include in a round function (=round(calculation,2). The rounding calculation works fine, but when I sum two cells that use the round function, the sum doesn't always calculate correctly. It's not obvious either, until I export the file for import to another program, and I end up with unbalanced data. Here's an example -- the long decimal doesn't show until about 15 positions out, when it changes from 2 positions followed by zeroes to what you see here:
(218.330000000000000000000000000000) calculated w/ round
226.810000000000000000000000000000 calculated w/ round
8.479999999999990000000000000000 sum of 2 numbers above
Short of putting the sum in a rounded function (which really isn't practical, because it's a subtotal, not a true sum), what else can be done to fix this?
(218.330000000000000000000000000000) calculated w/ round
226.810000000000000000000000000000 calculated w/ round
8.479999999999990000000000000000 sum of 2 numbers above
Short of putting the sum in a rounded function (which really isn't practical, because it's a subtotal, not a true sum), what else can be done to fix this?