So... Excel 2013 thinks this is true:
78.3 + .1 = 78.3999999999999000
Formula is =E13+0.1
Where E13 is the cell directly above and has a value of 78.3. I have a long column of =CellAbove+.1, and every tenth one adds wrong.
I have to resolve this my using this formula:
=ROUNDUP((E13+0.1),1)
Which works, but is stupid that I have to do this in the first place.
Anyone know why Excel does this?
78.3 + .1 = 78.3999999999999000
Formula is =E13+0.1
Where E13 is the cell directly above and has a value of 78.3. I have a long column of =CellAbove+.1, and every tenth one adds wrong.
I have to resolve this my using this formula:
=ROUNDUP((E13+0.1),1)
Which works, but is stupid that I have to do this in the first place.
Anyone know why Excel does this?
Last edited: