+ Reply to Thread
Results 1 to 6 of 6

Sales Projections Using a Monthly Growth Rate

  1. #1
    Registered User
    Join Date
    08-26-2020
    Location
    Philadelphia, PA
    MS-Off Ver
    Pro Plus 2019
    Posts
    4

    Sales Projections Using a Monthly Growth Rate

    Hi Everyone! First post!

    I'm working on a sales forecasting model for my startup. I'm trying to figure out how to phase in sales over a period of months starting with the first sale.

    For example, let's say the typical sales model for a particular customer type is:
    Month 1: 2 units
    Month 2: 2 units
    Month 3: 6 units
    ...
    Month 12: 10 units

    I'd like to be able to use that to calculate monthly sales based on new customers and existing customers per month.

    For example:

    Month 1, Customer A starts purchasing
    Month 2, Customer B starts purchasing

    The sales total by month would be:
    Month 1: 2 (customer A's month 1 sales)
    Month 2: 4 (customer A's month 2 sales + customer B's month 1 sales)
    Month 3: 8 (customer A's month 3 sales + customer B's month 2 sales)

    I know how to manually make the equations to do that, but that's going to get really messy over 36 months. Is there a more efficient way to do this?
    Attached Files Attached Files
    Last edited by EngineerAdam; 08-26-2020 at 12:19 PM.

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,559

    Re: Sales Projections Using a Monthly Growth Rate

    Hello EngineerAdam and Welcome to Excel Forum.
    Perhaps the setup modeled on Sheet2 will help.
    The spreadsheet is set up with months in column B and units in column C (highlighted in green to designate as a user changeable value).
    Clients are displayed in row 1.
    The formula to calculate units purchased by each client is: =IF(E$1<=$B3,INDEX($C$3:$C$14,MATCH(COUNTIFS(E$2:E2,">0")+1,$B$3:$B$14,0)),0)
    Column A sums the total units sold for the month using: =SUM(E3:P3)
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    08-26-2020
    Location
    Philadelphia, PA
    MS-Off Ver
    Pro Plus 2019
    Posts
    4

    Re: Sales Projections Using a Monthly Growth Rate

    Thanks for the welcome and for the post!

    I need to work my way through this formula in more detail. I think this is very close to what I need. One thing I notice is that setting any value to 0 means the rest of the rows following are all 0. I tried changing the ">0" to ">=0". That keeps all of the values after the zero, but it starts dropping rows as it goes across.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,559

    Re: Sales Projections Using a Monthly Growth Rate

    Please change the formula in cell E3 to read: =IF(E$1<=$B3,INDEX($C$3:$C$14,MATCH(COUNT(E$2:E2)+1,$B$3:$B$14,0)),"")
    Once changed drag the fill handle over to cell P3 and then, while E3:P3 are still selected, drag the fill handle down to cell P14.
    Let us know if you have any questions.

  5. #5
    Registered User
    Join Date
    08-26-2020
    Location
    Philadelphia, PA
    MS-Off Ver
    Pro Plus 2019
    Posts
    4

    Re: Sales Projections Using a Monthly Growth Rate

    Yes! That fixed that issue. I can make this work for what I need. Thank you! I'll try to remember and come back and upload the final version of this.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,559

    Re: Sales Projections Using a Monthly Growth Rate

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. Compound growth rate (Getting monthly rate from annual growth rate)
    By rsbrais in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-24-2017, 04:35 PM
  2. Monthly growth rate
    By thomased in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-16-2016, 08:25 PM
  3. Replies: 1
    Last Post: 03-08-2013, 04:18 PM
  4. Replies: 5
    Last Post: 03-07-2013, 11:38 AM
  5. Excel 2007 : compound & monthly growth rate%
    By tkaz in forum Excel General
    Replies: 1
    Last Post: 04-14-2011, 01:33 PM
  6. annual growth rate from monthly data
    By kotlon in forum Excel General
    Replies: 5
    Last Post: 06-16-2006, 04:00 PM
  7. [SOLVED] monthly growth rate
    By my in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-01-2006, 09:10 PM

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