+ Reply to Thread
Results 1 to 10 of 10

Growth function, percent per year over multiple years

  1. #1
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Growth function, percent per year over multiple years

    Math question, I think it is called exponential growth, but here is the problem:

    Event X has a Y% chance of occurring over the course of a day. This Y% chance is constant and remains at Y% per day.

    What formula could I use to determine what the percentage is, overall, for Event X to occur sometime within Z days?

    Thanks!
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Growth function, percent per year over multiple years

    Hi

    With the percentage in A1 and the number of days in B1
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Growth function, percent per year over multiple years

    Oh. Well that was simple. lol



    To add a little complexity to it in case someone has a similar problem;
    If I wanted to display the percentage per possible length, how could this be achieved?

    Start 25%

    Please Login or Register  to view this content.

    I'm marking as solved since the original question was indeed answered, this one is just a bonus!

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Growth function, percent per year over multiple years

    Hi,

    The formula is exactly the same. i.e. in C2 copied down (given your example table)

    =1-(1-A2)^B2

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

    Re: Growth function, percent per year over multiple years

    For illustrative purposes, I am going to change percent to probability. Say for example that each day during a summer week there is a 33% chance of rain. The first thing that I am going to do is to change the percent to a probability, so there is a one in three or 1/3 probability of rain each day. This means that there will be a 2/3 probability that it will not rain. During a week there would be a 2/3 * 2/3 * 2/3 * 2/3 * 2/3 * 2/3 * 2/3 = (2/3)^7 = 0.05853... probability of no rain. Using the complement we can then say that the probability of rain at least one day during the week will be 1 - 0.05853 = 0.94147 which we can then change to 94%. If the probability of Event X is placed in cell A1, then the formula =1-(1-A1)^7 can be used to express the probability that Event X will occur on at least one day during the week. If result over a different number of days are desired, then the 7 would need to be changed accordingly.

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Growth function, percent per year over multiple years

    Quote Originally Posted by JeteMc View Post
    For illustrative purposes, .......
    Indeed. That's what the formula I gave you does.

  7. #7
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Growth function, percent per year over multiple years

    [.... deleted; too many typos ....]

  8. #8
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Growth function, percent per year over multiple years

    Quote Originally Posted by Speshul View Post
    If I wanted to display the percentage per possible length, how could this be achieved? [....]
    Please Login or Register  to view this content.
    Quote Originally Posted by Richard Buttrey View Post
    The formula is exactly the same. i.e. in C2 copied down (given your example table)
    =1-(1-A2)^B2
    If 25% is in A2 and that is the probability for 1 day, I think the formula in A3 should be:

    =1-(1-$A$2)^B3

    Copy A3 into A4:A5 or more.

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

    Re: Growth function, percent per year over multiple years

    Richard, I only saw your very correct answer after I had posted.

  10. #10
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Growth function, percent per year over multiple years

    Quote Originally Posted by joeu2004 View Post
    If 25% is in A2 and that is the probability for 1 day, I think the formula in A3 should be:

    =1-(1-$A$2)^B3

    Copy A3 into A4:A5 or more.
    Alternatively, enter =1-BINOMDIST(0,B2,25%,0) into A2 and copy down into A3:A5 and more.

+ 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. Year To Date Filter - Multiple Years
    By andyrow in forum Excel General
    Replies: 4
    Last Post: 01-11-2013, 09:03 AM
  2. calculating year over year growth (with a twist)
    By jspinx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2010, 05:57 PM
  3. Replies: 1
    Last Post: 08-18-2010, 02:43 AM
  4. Calculating equivalent annual % growth rates using multiple-year data
    By muppetthumper in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-12-2010, 07:01 AM
  5. year function and financial years
    By Martin_London in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-05-2005, 07:25 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