If you're looking to get a predictive number or forecast from your existing data to say where you're going to end up at the end of the month or year, you can do that with Trevor and our Google Sheets live feed! Follow our step-by-step or video below.
- Open the table with the data you want to forecast, e.g. orders
- Get a total count of the orders so far for the period you're investigating (e.g. orders this month)
- Save this and copy the link into a new Google Sheets page
- Go back to Trevor and start a new query
- Open the orders table again and this time, you'll be getting an average that you can use to forecast. This can be a bit tricky, as of course forecasting isn't guaranteed! Much like the weather ☔️
For my example, I used the average daily orders for the last 3 months, so that the data was more relevant. You could also just take the average from the month so far, and use that to predict your order flow for the rest of the month - Once you have the average, add an additional column with today's date. The formula is now()
- Save this query and copy the Google Sheets link into your sheet next to the count of orders
- You should now have three columns in the Google Sheet: count of orders so far in the month, average daily orders, and today's date.
Now you need to add a column with the end of the month and then a further column with this formula: =(cell with end of the month date - cell with today's date)
This cell will then fill with the number of days remaining in the month - Now add another cell with the forecasting formula:
=(cell with orders so far this month) + (cell with average orders number * cell with number of days remaining in the month) - This cell will now give you an up-to-date forecast that will update throughout the month as the count of orders, days remaining, and average changes.
Comments
0 comments
Please sign in to leave a comment.