I need to build a dashboard that shows forecasted vs actual vs projected sales. The dashboard should pull data from a table that is created by a combination of manually entered data and automations.
I need to build this out for the next 5 years broken down by quarters. The data needs to be updated according to changing market dynamics which ultimately change the actual and projected close date(s). That is, if the projected close date changes then it should automatically be reflected in the (new) corresponding quarter.
Here is the data I need to use to build the dashboard:
-Forecasted number of units sold (provided by leadership, manually entered)
-Actual units sold (based on the close date of a sale and is then automatically updated)
-Projected units sold (based on a future date the sales rep chooses and is then automatically updated)
It seems as though it should be a simple task, but itâs proving to be rather difficult. Any help is greatly appreciated.