How to fix the rounding problem with monthly budgets

Here’s a test to see how nerdy you are. If below are three budget lines, which one is the worst:

JanFebMarAprMayJunJulAugSepOctNovDecTotal
A8.338.338.338.3383.338.338.338.338.338.338.338.33100.00
B8.338.338.338.338.338.338.338.338.338.338.338.37100.00
C8.338.338.338.338.338.338.338.338.338.338.338.3399.96

For me, A is by far the worst because, if you tried to add up all the numbers for each row, it wouldn’t add up to 100.00. C is the next worst. Chances are, $100.00 was approved for the annual budget for that line…not $99.96.

For the past 20 years, I would normally change the December amount so that everything adds up to the approved annual budget amount (Option B). Within the last month, I finally developed a better way. You can watch the video to see exactly how. Here are the formulas for that first line:

  • Jan: =ROUND($N5/12,2)
  • Feb: =ROUND($N5/12*C$1,2)-SUM($B5:B5)
  • You can then drag the formula in February over to December

I also have the sample budget that I used linked below.


Leave a Reply

Discover more from JCT Accounting Co

Subscribe now to keep reading and get access to the full archive.

Continue reading