+ Reply to Thread
Results 1 to 10 of 10

Forecast Formula

  1. #1
    Registered User
    Join Date
    04-28-2017
    Location
    Los Angeles
    MS-Off Ver
    2016
    Posts
    20

    Forecast Formula

    Hi All,

    I am needing to create an annual forecast formula and I am not sure how to do it. :|

    What I am looking to accomplish is this:

    1) Sum the values in a range of a row (values) between multiple columns (months). In this case range I4:T4.
    2) Take the sum and create an overall projected annual value for the year in cell V4.

    An easy example would be if only two months have been summed then you simply multiply by 6 however where I am being tripped up is what happens when:

    1) an uneven number of values have been summed, how to calculate for that (example - 5 months out of 12) ?
    2) if previous months are omitted, how to include that variable in the equation (example - only 10 production months total in forecast instead of 12)??

    Any help is appreciated.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Forecast Formula

    How about this?
    =AVERAGE(I4:T4)*12
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,758

    Re: Forecast Formula

    Is your underlying assumption that your annual forecast will be the same as if the average for the existing months occurred for all 12 months? That is, you expect flat performance through the year? If so the formula you want is:

    =12*AVERAGE(I4:T4)

    I'm not sure I understand #2. Do you mean if the year will not have 12 months? If so, then adjust the 12 in the formula to the number of months expected.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

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

    Re: Forecast Formula

    An easy example would be if only two months have been summed then you simply multiply by 6
    It sounds like you are intending to use simple proportions to solve this. Do you recall your beginning algebra from back in the day http://www.purplemath.com/modules/ratio2.htm

    current sum/number of months=forecast/12 months

    solve the proportion for forecast.

    On edit, noting that current sum/number of months=AVERAGE(), this should be the same as the other suggestions using AVERAGE().
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  5. #5
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Forecast Formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  6. #6
    Registered User
    Join Date
    04-28-2017
    Location
    Los Angeles
    MS-Off Ver
    2016
    Posts
    20

    Re: Forecast Formula

    @6StringJazzer Yes, but I need the formula to automatically adjust itself for expected months. So, if the first value occurred in march if then Jan and Feb will just be ignored and the coefficient would be 10 instead of 12.

    My brain is pretty fried from some help needed with some very complicated formulas recently.
    Last edited by jchungerford; 05-01-2017 at 02:19 PM.

  7. #7
    Registered User
    Join Date
    04-28-2017
    Location
    Los Angeles
    MS-Off Ver
    2016
    Posts
    20

    Re: Forecast Formula

    In this example, there will only be 10 months. So forecast would be 25.07137975 because the sum of 2 months would be 5.01427595 and since there are only 10 months the coefficient would be a multiplying factor of 5.
    Last edited by jchungerford; 05-01-2017 at 02:27 PM.

  8. #8
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,758

    Re: Forecast Formula

    Use this formula as an array formula:

    =(13-MATCH(FALSE,I4:T4="",0))*AVERAGE(I4:T4)

    Instead of pressing ENTER to enter the formula, press CTRL+SHIFT+ENTER. You will know the array is active when you see curly braces { } appear around your formula in the formula box.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    04-28-2017
    Location
    Los Angeles
    MS-Off Ver
    2016
    Posts
    20

    Re: Forecast Formula

    AWESOME! *high five* 6StringJazzer! That's it!

    Thank you so much!!!

  10. #10
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,758

    Re: Forecast Formula

    Glad to help!

+ 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. Forecast formula
    By kop1ko in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-23-2015, 03:51 PM
  2. Convert 52 Week Rolling Forecast to Monthly Forecast
    By rainintl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-04-2014, 07:24 PM
  3. Forecast Variance and Percent - need help with hours forecast
    By hoppythyme in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-27-2013, 11:15 AM
  4. Forecast Variance and Percent - need help with hours forecast
    By hoppythyme in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-24-2013, 08:37 PM
  5. Challenging Forecast Wape - Rolling 12 Month Sum Of Orders And Forecast
    By nguyeda in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-17-2013, 06:20 PM
  6. forecast formula
    By nccool in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-04-2013, 11:14 AM
  7. [SOLVED] Forecast Formula
    By Sandra Cummins in forum Excel General
    Replies: 2
    Last Post: 03-07-2005, 09:06 AM

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