I have a Sheet that gives me a rounding error:
Rounding 0.415 to 2 places should result in 0.42, which it does when given the number directly. But the red line gives 0.41. The intermediate result before rounding is slightly less than 0.415, as shown in the second line.
The green line shows a workaround, which I guess I'll have to use throughout, unless anyone can suggest a better one. Any offers?