+ Reply to Thread
Results 1 to 7 of 7

calculating incentive fees

  1. #1
    Registered User
    Join Date
    02-02-2016
    Location
    USA
    MS-Off Ver
    2016
    Posts
    14

    calculating incentive fees

    Hi
    I want formula to calculate incentive fees as % of revenue by brackets as per the below example:


    2015 2016 2017 2018 2019 2020 2021
    Revenues 3,000,000 4,500,000 5,500,000 6,000,000 7,500,000 9,000,000 11,000,000
    incentive fees ? ? ? ? ? ? ?



    Rev From To incentive %
    1st Bracket 0 5,000,000 3%
    2nd Tranch 5,000,000 10,000,000 4%
    3rd Tranch 10,000,000 & Above 5%

  2. #2
    Registered User
    Join Date
    02-09-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    60

    Re: calculating incentive fees

    Try this:

    Please Login or Register  to view this content.
    Please adjust the ranges accordingly.

  3. #3
    Registered User
    Join Date
    02-02-2016
    Location
    USA
    MS-Off Ver
    2016
    Posts
    14

    Re: calculating incentive fees

    thanks, but dose this account for (if revenue is 6,000,000, the fee is 3% of 5,000,000 plus 4% of 1,000,000)?

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: calculating incentive fees

    Try

    =IF(AND(B$2>=$B$9,B$2<=$C$9),$D$9,IF(AND(B$2>=$B$10,B$2<=$C$10),$D$10,IF(AND(B$2>=$B$11,B$2<=$C$11),$D$11)))*B2

    or

    =IFERROR(VLOOKUP(B2,{5000000,0.03;5000001,0.04;10000000,0.05},2,TRUE),3%)*B2

    Check the attachment.
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Registered User
    Join Date
    02-02-2016
    Location
    USA
    MS-Off Ver
    2016
    Posts
    14

    Re: calculating incentive fees

    Quote Originally Posted by shukla.ankur281190 View Post
    Try

    =IF(AND(B$2>=$B$9,B$2<=$C$9),$D$9,IF(AND(B$2>=$B$10,B$2<=$C$10),$D$10,IF(AND(B$2>=$B$11,B$2<=$C$11),$D$11)))*B2

    or

    =IFERROR(VLOOKUP(B2,{5000000,0.03;5000001,0.04;10000000,0.05},2,TRUE),3%)*B2

    Check the attachment.
    it works great ..... Many Thanks

  6. #6
    Registered User
    Join Date
    02-09-2014
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    60

    Re: calculating incentive fees

    Please find a link to a similar post to get your solution:

    http://www.excelforum.com/showthread.php?t=1121657&p=4288393&highlight=#post4288393

  7. #7
    Registered User
    Join Date
    02-02-2016
    Location
    USA
    MS-Off Ver
    2016
    Posts
    14

    Re: calculating incentive fees

    Quote Originally Posted by excelfandoo View Post
    Please find a link to a similar post to get your solution:

    http://www.excelforum.com/showthread.php?t=1121657&p=4288393&highlight=#post4288393
    Thanks for your reply

+ 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 Late Fees?
    By Michael_S in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-07-2015, 02:37 AM
  2. [SOLVED] Calculating Range with IF formula for Incentive Calculation
    By kishoresp in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2013, 01:45 AM
  3. Calculating parking fees, commission, etc
    By dragomirage9 in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 03:29 AM
  4. Replies: 6
    Last Post: 06-08-2012, 11:28 AM
  5. Retroactively calculating fees in one formula.
    By MCCCLXXXV in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-29-2009, 10:57 PM
  6. calculating fees from hours and minutes
    By tinytots in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-19-2005, 01:29 PM
  7. calculating course fees
    By TDI-GUY in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-14-2005, 03:06 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