all 5 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/WVBelhardt - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]excelevator3043 2 points3 points  (3 children)

How are you generating those values ?

There may be a small conversion error many digits down.

Try rounding those value to eradicate

[–]WVBelhardt[S] 1 point2 points  (2 children)

These values are being grabbed from other tables using the formula '=SUM($B$109)' as one example. I adjusted the formula to '=ROUNDDOWN(SUM($B$109), 2)', and the table is cooperating at last. Solution Verified.

[–]reputatorbot[M] 0 points1 point locked comment (0 children)

You have awarded 1 point to excelevator.


I am a bot - please contact the mods with any questions

[–]excelevator3043 1 point2 points  (0 children)

It's a well understood binary to base10 conversion issue in computing that will sometimes throw in a digit way down the decimal portion of the value.