https://issues.apache.org/ooo/show_bug.cgi?id=124613
--- Comment #10 from [email protected] --- (In reply to Regina Henschel from comment #9) > I think, that is is indeed duplicate to issue 64851. The result of addition > depends on the order of the arguments. In attached document using > A1+A2+A3+A4 yields the shown precision problem, but A1+A2+A4+A3 has no > error. The problem is in the addition, not in the IF. if it's a precision problem it should show when you change the cell format to 20 decimal places. as Edwin's screenshot shows, the value is -122.05000000000000000000 for both cells I guess this is a dup of issue 64851 plus an other issue which masks the precision problem. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
