I’ve got a column of numbers, rounded to nearest hundredth in my view. The column total is always off by a penny or two due to rounding. Does anyone have a fix for this apparent Notes bug?
Subject: Total for rounded numbers not accurate
It’s a bug in rounding- you might consider @round on each individual # so the rounding isn’t done in the column- rounding by its very definition is approximate isn’t it? ![]()
Subject: RE: Total for rounded numbers not accurate
I will try this. Thanks!
Subject: Total for rounded numbers not accurate
Add the unrounded column values, then round only the answer.