I need some ideas on how to calculate incremental estimates...
For example, monthly consumption of units or whatever:
Month 1=150
Month 2=200 (200-150=50)
Month 3=215 (215-200=15)
Month 4 estimate = 247 (215+((50+15)/2))
I would like to keep two tables, one with actual and other with estimates and with the estimates updating as the actuals are entered.
So if Month 4 happens to be 270, estimate for Month 5 is 310.
I can do that with having a hidden table calculating the differences between previous months, etc but maybe there's a better way!
Bookmarks