Subtracting one 2-decimal point number from another 2-decimal point number returns an eleven decimal point number. Why and how do I fix it?
example:
Cell B24=TRUNC(SUM(B22:B23),2) (value =134,388.33)
Cell C24=TRUNC(SUM(D22:D23),2) (value = 132,257.12)
Cell C25=B24-D24 (value = 2131.209999999990)
Why is the result to 11 decimal places when the two inputs are truncated at 2 decimal?
Bookmarks