+ Reply to Thread
Results 1 to 7 of 7

Calculating Cumulative Contributions

  1. #1
    Registered User
    Join Date
    12-29-2014
    Location
    England
    MS-Off Ver
    Office 2013
    Posts
    3

    Calculating Cumulative Contributions

    I've been trying to sort out a formula today and any help would be appreciated. It seems like it's simple enough but I can't get it right.

    I've got the following fields :
    A1 = Current Wage - £25,000
    A2 = Years left in Service - 16
    A3 = Assumed inflation - 2%
    A4 = Employer Contribution - 10%

    I need a formula to work out the total employer contribution to be made over the 16 years if the salary increases at 2% each year.

    At the minute we've got =(A1*A2*A4)*((1+A3)^A2)) but this doesn't match the figure when we've worked it out by hand.

    Thanks for any help.

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Calculating Cumulative Contributions

    What is the figure that you have worked out by hand?
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Calculating Cumulative Contributions

    If you are following a normal exponential growth rate with no trail, then your formula could just simply be the exponential growth equation. This would be something along the lines of:

    (A1)*(1+A3+A4)^(A2)

    But again, I'm not sure if this is matching what you are calculating by hand.

  4. #4
    Registered User
    Join Date
    12-29-2014
    Location
    England
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Calculating Cumulative Contributions

    Sorry for not being clearer, each year the employer will pay 10% of the current salary into a staff pension. We'd want to calculate the total that the employer would be expected to pay if the employee worked to full retirement age.

    The calculation we did by hand to verify is to work out the salary in one column which increases by 2% each year. We then calculated the 10% each year that the employer would need to contribute and summed up the total contribution column over the 16 years.

    i.e
    Year Salary Contribution
    1 25000 2500
    2 25500 2550
    3 26010 2601.10
    etc.
    Last edited by Pliny; 12-29-2014 at 02:06 PM.

  5. #5
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Calculating Cumulative Contributions

    So the example you just posted is missing the inflation cost column as well, no? If that is the case, the formula I posted above will work. It is a simple exponential growth with cummulative interest equation. It would look like this:

    P(t)=Po(1+r)t

    Where:
    t is time (in years)
    P(t) is the final amount at time t
    r is the rate (cumulative of 10% plus 12% since they are both percentages of the yearly salary)

    In your example, your calculation should be 25000 is Year 0, not 1, since the interest rates don't apply to that value. Otherwise, you can extend your time period to 17 years.

  6. #6
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Calculating Cumulative Contributions

    See attached for a worked out solution. The data in columns F:U are from what you provided. U2 contains the ultimate payout the employee can expect. E6 shows the calculation that is achieved using the exponential growth formula. They are the same values.

    Hope this helps!
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-29-2014
    Location
    England
    MS-Off Ver
    Office 2013
    Posts
    3

    Re: Calculating Cumulative Contributions

    Thanks for your help, I'll have a look when I get back to work tomorrow.

    Edit, just checked the attachment, the salary should only increase by the inflation rate of 2% each year, the 10% paid into the company pension is separate from the salary.
    Last edited by Pliny; 12-29-2014 at 02:28 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. [SOLVED] calculating cumulative daily overtime for 20+ staff.
    By Tim1576 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-25-2014, 07:02 AM
  2. Calculating cumulative returns
    By TrueTears in forum Excel General
    Replies: 0
    Last Post: 03-05-2013, 09:47 AM
  3. Calculating cumulative balance....2 Criteria
    By millerhl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-16-2012, 06:59 PM
  4. Replies: 2
    Last Post: 06-14-2010, 04:30 AM
  5. Calculating Cumulative Totals
    By ezzy85 in forum Excel General
    Replies: 3
    Last Post: 06-08-2008, 11:03 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