+ Reply to Thread
Results 1 to 8 of 8

trying to make excel do my math... percentage payouts per year change based on length of..

  1. #1
    Registered User
    Join Date
    01-21-2017
    Location
    annapolis, Maryland
    MS-Off Ver
    2010
    Posts
    3

    trying to make excel do my math... percentage payouts per year change based on length of..

    So I’m admittedly a spreadsheet novice, so I’m not necessarily sure how to even ask this question - but I’ve learned a lot over the past few weeks on this project I’m working on, and this is the first thing I haven’t been able to figure out on my own.
    What I’m trying to create now is a formula that will show me the yearly cost of a contract based on a few variables.
    The three figures I’m looking to enter into the sheet are Total Amount, Bonus and Contract length.
    The annual cost of the contract is always an equal portion of the bonus, and then the base on a sliding scale.
    For instance, if there’s a contract that is total of 5 million over 5 years, and the bonus is 1 million, the 1 million would be paid evenly over the 5 years (200k per year), but the remaining 4 million is paid out on a set schedule.
    Here’s where it gets tricky for me – the schedule changes depending on the length of the contract, so I’d like the formula to know which to use based on my ‘contract length’ entry.
    Here’s the schedule –
    4yr 16% 21% 27.25% 35.75%
    5yr 14.28% 14.46% 18.29% 23.21% 29.76%
    6yr 7.83% 10.19% 13.24% 17.21% 22.38% 29.05%
    7yr 5.54% 7.3% 9.46% 12.3% 16.08% 20.95% 27.7%


    Anyway, I know how to do this manually, but I’m not sure how to make excel do it.
    The annual payment is bonus/contract length PLUS total amount MINUS bonus x the appropriate percentage.
    Can anyone help with this?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Without seeing a sample sheet, we could waste a lot of time trying to guess the layout that you have right in front of you.

    Will you please attach a sample Excel workbook? Please don't attach a picture of one.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Interesting, I guess I would do something like this:

    table.jpg

    where "table" is defined as the range B3:I6 and the number in the formula i.e. 2 is the second column in "table" range and has to be changed to 3, 4, 5, 6, and 7 in VLOOKUP formula.

    Alf

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Try:

    =VLOOKUP($B$10;data;COLUMNS($B$2:C2);0)*$C$10

  5. #5
    Registered User
    Join Date
    01-21-2017
    Location
    annapolis, Maryland
    MS-Off Ver
    2010
    Posts
    3

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Glenn - attaching a sample here - If you need something else, or this isn't what you want, let me know.
    Thanks!
    Attached Files Attached Files

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

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Welcome to Excel Forum.
    For the set up provided in the file attached to post #5 the following formula may be pasted into cell B6, entered, and copied down and across:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Note that there is a discrepancy between the expected value of the 6 year sample payout and the actual values returned by the formula, the cause of which is that the percentages for the 6 year pay out do not sum to 100%.
    Let us know if you have any questions.
    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.

  7. #7
    Registered User
    Join Date
    01-21-2017
    Location
    annapolis, Maryland
    MS-Off Ver
    2010
    Posts
    3

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Thank you everyone - JeteMc's response was especially helpful - the formula works. When i go to paste into my uploaded doc, however, it doesn't work - but it works in the version I downloaded from the post.

    Point is, I don't need to waste anyone's time on this, I will try to figure out why it won't work on my original sheet. In the meantime, I can just use the working sheet and copy/paste the info. Very grateful for the help.

    Thanks again

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

    Re: trying to make excel do my math... percentage payouts per year change based on length

    Quote Originally Posted by eshirk33 View Post
    When i go to paste into my uploaded doc, however, it doesn't work - but it works in the version I downloaded from the post.
    I should have noted that I made some changes in the table in A14:H18 such as just using only numerical values in A15:A18 and dividing the values in B15:H18 by 100 then formatting as percentages. I apologize for omitting that information in my previous post.
    Let us know if you have any questions/problems, be glad to help where we can.

+ 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. calculating year on year percentage price increases
    By Icehockey44 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-25-2016, 09:39 AM
  2. Replies: 5
    Last Post: 07-15-2014, 02:46 PM
  3. Change year but keep the month the same based on current year
    By Jamon Fries in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-11-2014, 05:29 PM
  4. Replies: 1
    Last Post: 06-01-2012, 06:07 PM
  5. Calculate year over revenue percentage based on daynamic years
    By karinos57 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-17-2009, 02:22 PM
  6. Replies: 3
    Last Post: 02-16-2006, 07:00 AM
  7. Need help, simple math...from a percentage
    By cfiser in forum Excel General
    Replies: 2
    Last Post: 11-17-2005, 12:55 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