+ Reply to Thread
Results 1 to 11 of 11

2017 Revenue Forecast Trend Formula

  1. #1
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    2017 Revenue Forecast Trend Formula

    Dear Experts,

    Please find here attached workbook, Where we do have actuals for 03 Years (2014, 2015, & 2016) and i am looking for the formula so that i can forecast in 2017 Forecast Trend Tab based on last 03 Years Trend. So would like to request to you kindly do provide the formula for trend and forecast.

    Thank you for you precious phase and valuable contribution.

    Regards,

    Neilesh
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: 2017 Revenue Forecast Trend Formula

    So are you trying to do linear regression trend?

    If so, plot data in flat table with 3 columns {"Series#", "Hosting", License"}
    Where series# = 1 ~ 36 corresponding to each month of 3 year period.

    Plot as x-y scatter chart.

    Add linear trend line and display formula on chart.

    You should get something like.
    y = 2074.7x - 7975.2 for License
    y = 418.21x + 1263 for Hosting

    See attached with series extended to 48.

    After this, you may want to consider seasonal trend/pattern variance as well.
    Attached Files Attached Files

  3. #3
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    Re: 2017 Revenue Forecast Trend Formula

    Quote Originally Posted by CK76 View Post
    So are you trying to do linear regression trend?

    If so, plot data in flat table with 3 columns {"Series#", "Hosting", License"}
    Where series# = 1 ~ 36 corresponding to each month of 3 year period.

    Plot as x-y scatter chart.

    Add linear trend line and display formula on chart.

    You should get something like.
    y = 2074.7x - 7975.2 for License
    y = 418.21x + 1263 for Hosting

    See attached with series extended to 48.

    After this, you may want to consider seasonal trend/pattern variance as well.
    Dear Experts,

    Thank you so much for your precious phase, But is it possible to forecast the numbers with the help of provided formula or trend in 2017 Forecast Trend Format, if it is so, Can you please put the formula in the format and do provide to me.

    Thank you once again.

    Regards,

    Neilesh

  4. #4
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    Re: 2017 Revenue Forecast Trend Formula

    Quote Originally Posted by CK76 View Post
    So are you trying to do linear regression trend?

    If so, plot data in flat table with 3 columns {"Series#", "Hosting", License"}
    Where series# = 1 ~ 36 corresponding to each month of 3 year period.

    Plot as x-y scatter chart.

    Add linear trend line and display formula on chart.

    You should get something like.
    y = 2074.7x - 7975.2 for License
    y = 418.21x + 1263 for Hosting

    See attached with series extended to 48.

    After this, you may want to consider seasonal trend/pattern variance as well.
    Dear Expert,

    Can you please provide the formula for getting y = 2074.7x - 7975.2 for License & y = 418.21x + 1263 for Hosting so that i can apply the same for rest of the fields as well.

    Thank you for your precious phase and valuable contribution.

    Regards,

    Neilesh

  5. #5
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: 2017 Revenue Forecast Trend Formula

    So using above formula.

    Month 37 (i.e. Jan 2017)
    Hosting = 418.21*37+1263
    License = 2074.7*37 - 7975.2

    Therefore your formula in 2017 Forecast trend...
    In C6: =418.21*(36+C3)+1263
    In C7: =2074.7*(36+C3)-7975.2

    Copied across.

    FYI - For any sort of data analysis. I'd recommend starting from single flat table. Rather than data split into multiple sheets in cross-tab format.

  6. #6
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: 2017 Revenue Forecast Trend Formula

    Can you please provide the formula for getting y = 2074.7x - 7975.2...
    With your current set up you can't arrive at this formula. See what I did in Sheet1 of attached in my original post.

    Alternate to what I did using x-y scatter chart, you can use LINEST array to get slope & intercept.

    See attached. M37:N41 contains the array formula.
    Attached Files Attached Files

  7. #7
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    Re: 2017 Revenue Forecast Trend Formula

    Quote Originally Posted by CK76 View Post
    With your current set up you can't arrive at this formula. See what I did in Sheet1 of attached in my original post.

    Alternate to what I did using x-y scatter chart, you can use LINEST array to get slope & intercept.

    See attached. M37:N41 contains the array formula.
    Dear Expert,

    Thank you so much for your precious phase and positive support. I would like to know if i do paste the data for the rest Categories from Column K to P, So, the last value will be subtracted or added. Please do let me know.

    Thank you once again for your valuable support.

    Regards,

    Neilesh

  8. #8
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: 2017 Revenue Forecast Trend Formula

    Not sure I get you.

    If you mean add or subtract intercept... Always add the intercept.
    It will be either + or - value (ex. for License in your example, intercept is -7974.8...)

    For your purpose, you don't need anything other than slope and intercept (r-squared may be, if you are doing variance plot).

  9. #9
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    Re: 2017 Revenue Forecast Trend Formula

    Quote Originally Posted by CK76 View Post
    Not sure I get you.

    If you mean add or subtract intercept... Always add the intercept.
    It will be either + or - value (ex. for License in your example, intercept is -7974.8...)

    For your purpose, you don't need anything other than slope and intercept (r-squared may be, if you are doing variance plot).
    Dear Expert,

    I meant, In the provided worksheet {2017 Revenue Forecast Trend_Linest} if i do paste in Sheet 1 from Column K to Column P some more categories for three years, So do i need to use Subtraction or Addition. Please do let me know.

    Regards,

    Neilesh

  10. #10
    Forum Contributor Neilesh Kumar's Avatar
    Join Date
    05-26-2016
    Location
    INDIA
    MS-Off Ver
    2013 & 2016
    Posts
    853

    Re: 2017 Revenue Forecast Trend Formula

    Quote Originally Posted by CK76 View Post
    Not sure I get you.

    If you mean add or subtract intercept... Always add the intercept.
    It will be either + or - value (ex. for License in your example, intercept is -7974.8...)

    For your purpose, you don't need anything other than slope and intercept (r-squared may be, if you are doing variance plot).
    Dear Expert,

    I meant, In the provided worksheet {2017 Revenue Forecast Trend_Linest} if i do paste in Sheet 1 from Column K to Column P some more categories for three years, So do i need to use Subtraction or Addition. Please do let me know.

    Regards,

    Neilesh

  11. #11
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: 2017 Revenue Forecast Trend Formula

    Without knowing exactly what goes into those columns. I can't answer you.

    If those are going to be separate series with it's own trend line.... then my previous reply applies. LINEST will tell you to subtract or add.

+ 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: 23
    Last Post: 01-03-2022, 10:45 AM
  2. Revenue Forecast
    By tryingtoexcelatexcel in forum Excel General
    Replies: 2
    Last Post: 04-22-2016, 04:22 AM
  3. [SOLVED] Issues with Forecast Formula v Computerised Trend
    By Alice21 in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 03-17-2016, 05:29 AM
  4. [SOLVED] Using Nested IF to forecast Revenue, Headcount etc
    By hafdome in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-12-2016, 05:10 PM
  5. Revenue Forecast formula for Excel
    By gcupcakes in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-17-2013, 07:23 PM
  6. Calculating Revenue Forecast
    By Rebekah Pappas in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-19-2011, 02:07 PM
  7. Trend Forecast Help
    By MIVELD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-23-2005, 06:23 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