+ Reply to Thread
Results 1 to 4 of 4

Forecasting current sales according to ongoing trend and history data

  1. #1
    Registered User
    Join Date
    02-17-2016
    Location
    Georgia
    MS-Off Ver
    2016
    Posts
    2

    Forecasting current sales according to ongoing trend and history data

    Hello everyone, hope you'll be able to help me

    I have everyday sales data of this month and I need to forecast daily sales till the end of this month. I have to take into consideration the ongoing trend and also the history sales of the same month of previous year. The solution has to be refreshable, I mean after I refresh the data and new daily sale is added in current month, the forecast should update too.
    This is my chart. Blue line is current sales, red one is previous year (the same month) sales. I need blue line to be continued with for example orange line which will show forecasted everyday sales.
    ag.PNG

    I tried to do it with forecast sheet (from data tab), which does the instant forecast, but it either does linear forecasting which is not correct or I have to indicate seasonality, but I don't have seasonality, it's one month and every day sales are different. It doesn't show prev year sales too. So I guess it won't be useful for me.

    Could you please tell me which tool to use or any formula?
    Any ideas?

    please help
    Thank you in advance.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Forecasting current sales according to ongoing trend and history data

    I don't know if anyone here is qualified to tell you which forecasting algorithm is "The One Correct" (TM) algorithm for this kind of forecasting. I am not in business, so I don't know all the details and nuances of this kind of forecasting, but I know enough about regressions and data modeling to know that there are many different algorithms and assumptions and such that go into choosing a forecasting algorithm.

    If you already know what forecasting algorithm/strategy you want to use, describe it to us and help us understand the algorithm, then we should be able to help you program that into Excel.

    If you don't know what algorithm you want, I would suggest that you take that question to someone more knowledgeable in sales forecasting strategies/algorithms and pose the question to him/her. If it helps:
    Wikipedia with a brief description of several different forecasting strategies: https://en.wikipedia.org/wiki/Forecasting
    Recent thread that started without knowing what strategy to use and seems to have ended with a polynomial regression type algorithm: https://www.excelforum.com/excel-for...recasting.html
    Don't neglect Excel's built in FORECAST() functions. Perhaps one of these has your desired algorithm built in: https://support.office.com/en-us/art...#_forecast.ets
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    09-08-2016
    Location
    Rogers
    MS-Off Ver
    2013
    Posts
    13

    Re: Forecasting current sales according to ongoing trend and history data

    You actually do have the info to model some simple seasonality. All you need to do is create and index of historical sales over a time period and then use that index as a multiplier to get a future forecast. For example, you could calculate a 52 week seasonal profile by dividing each of the last 52 weeks sales by the 52 week average as a whole. You could also do a daily version if you want that level. The tricky part is understanding what seasonality model will best fit your business (weekly, monthly, daily) and then understanding how to shift your historical seasonal index to fit future dates (i.e. when the first of the month shifts from a Friday to a Saturday or when Easter shifts around each year).

    Once you find your best seasonal index model, you can multiple that times your preferred historical sales measure (i.e. raw historical sales, some form of average sales, etc.) and generate a future forecast.

    I am very familiar with different forecast models but not your business so there's an obvious gap in what to best recommend because I don't know your sales repeatability or stability. As a starter though, it sounds like you should explore a triple exponential smoothing model (3 "buckets" of exponential smoothing are: average volume, trend, and seasonality). You might also research Holt-Winters exponential smoothing. I have a spreadsheet that honestly has a lot of different sales average algorithms in place to generate different forecast models so I can select the best fit. I'd recommend you do some research and replicate the same thing for your business so you can speak to the methodology as well as the numbers. You have sales history and you can calculate simple seasonality with what you have and a simple forecast equals some version of historical sales times expected seasonality. From there, maybe the forum can then help with best formulas for excel, etc.

  4. #4
    Registered User
    Join Date
    09-08-2016
    Location
    Rogers
    MS-Off Ver
    2013
    Posts
    13

    Re: Forecasting current sales according to ongoing trend and history data

    Here is a very simple starter. You have last year's sales for the entire month. You also have this year's month to date sales as well. I would recommend taking each day's sales last year and dividing that by the daily average for the month last year. That should give you a daily index of last year's sales. You also have this year's sales month to date. You could take an average or running average of this year's sales to date and multiple that by your previously create daily index of last year's sales. Because your index is historical, you should be able to create a simple rest of month forecast based on your current sales trends and replicating last year's index or seasonality. Hope that helps.

    Simple example attached to go with above
    Attached Files Attached Files
    Last edited by Lanceh; 09-15-2017 at 04:37 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 04-03-2016, 03:41 PM
  2. Forecasting & Trend Analysis
    By djmatok in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-01-2015, 09:18 AM
  3. Seasonal Forecasting Trend
    By yuzi in forum Excel General
    Replies: 15
    Last Post: 06-13-2014, 05:46 PM
  4. Should I use TREND or LINEST to forecast sales data?
    By kevdas in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-21-2013, 05:52 PM
  5. Forecasting future trend
    By tabkaz in forum Excel General
    Replies: 5
    Last Post: 02-29-2012, 02:35 AM
  6. forecasting data points through polynomial trend line
    By cjmonks in forum Excel General
    Replies: 1
    Last Post: 06-27-2011, 05:42 PM
  7. sales trend and forecasting
    By DuoenigmaX in forum Excel General
    Replies: 1
    Last Post: 08-12-2010, 06:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1