Created attachment 117040 [details] spreadsheet to show bug Open attached spreadsheet. Enter "=A1-A2" into A3. The result is wrong. It should be 4560.42 but it result in 4560.42000000001. Minor error but it made a difference in my project :-) However, enter "=A1+A2" into A4 and the correct sum is made.
Hi @geoff183, no such bug, but a limitation with the precision, that is specially visible with some calculations. The only way you can solve it, it's using the round() function to be sure that the result is right. e.e. ROUND(A1-A2;2) *** This bug has been marked as a duplicate of bug 67026 ***
Thank you for the quick reply. Interesting. I wonder why calculator programs do not have this problem? I found this helpful: https://www.youtube.com/watch?v=PZRI1IfStY0