+ Reply to Thread
Results 1 to 15 of 15

Trying to Calculate a Tiered Commission System within one formula

  1. #1
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Trying to Calculate a Tiered Commission System within one formula

    So I am having issues with trying to calculate the following:

    Annual Rev Quarterly Rev Commission
    $4,900,000.00 $1,225,000.00 4000
    $5,000,000.00 $1,250,000.00 4000
    $5,100,000.00 $1,275,000.00 4000
    $5,200,000.00 $1,300,000.00 5000
    $5,300,000.00 $1,325,000.00 5000
    $5,400,000.00 $1,350,000.00 5000
    $5,600,000.00 $1,400,000.00 5000

    Starting at $4,900,000 up to 5,1000,000 the employee would get $4,000 for every $100K increase

    At 5,200,000 and above, the employee would receive $5,000k for every $100k in increase in addition to the amounts earned at the lower tier..

    So at $5,200,000 the total commission earned would be $17k

    Does anyone have any thoughts at the cleanest way of doing this?

    I've attached a sample spreadsheet showing what I want to do, but I am having issues with the combination of the nested if statements and the floor calculation.

    Thanks for any help!
    Attached Files Attached Files
    Last edited by ppilot; 02-14-2020 at 04:22 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.86 for Mac MS 365
    Posts
    8,527

    Re: Trying to Calculate a Tiered Commission System within one formula

    maybe check this site for tiered payment systems...
    http://www.mcgimpsey.com/excel/variablerate.html
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    Quote Originally Posted by Sambo kid View Post
    maybe check this site for tiered payment systems...
    http://www.mcgimpsey.com/excel/variablerate.html
    So how would I use Sumproduct in this situation? This is one function that I need to get more familiar with.

  4. #4
    Registered User
    Join Date
    01-24-2020
    Location
    Belgium
    MS-Off Ver
    2013
    Posts
    95

    Re: Trying to Calculate a Tiered Commission System within one formula

    Hi, there

    I'm wondering why the margin between 5.4M and 5.6M differs from others, say 200k in between whereas 100k for other thresholds.

    I didn't manage to construct a formula with 5.6M while yes with 5.5M

    pls refer to the attached file
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    Just because that's the currently framework that's being discussed..no real reason beyond that.
    Last edited by AliGW; 02-17-2020 at 08:13 PM. Reason: Please don’t quote unnecessarily!

  6. #6
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    So I think I've refined what exactly I am looking for in terms of formulas and will be marking this as solved and creating a new post.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,494

    Re: Trying to Calculate a Tiered Commission System within one formula

    No - you should not do that. Just continue here with the refined conditions.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  8. #8
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    Quote Originally Posted by AliGW View Post
    No - you should not do that. Just continue here with the refined conditions.
    Noted....

    So I"ve changed how I want to do this:

    Basically I want to have an table that shows the total commission at revenue levels vs the incremental approached I attempted earlier. I will attach a sample spreadsheet, but Here's what I am trying to do:
    A B C
    AnnualRev QuarterlyRev Total Commission
    5,000,000 1,250,000 6000
    5,100,000 1,275,000 11000
    5,400,000 1,350,000 16000
    5,600,000 1,400,000 18000
    5,800,000 1,450,000 20000

    Basically if Quarterly Revenue is at or between those tiers, I want to return the corresponding total Commission Amount without doing a million nested if statements.

    Thank you for you help!
    Attached Files Attached Files
    Last edited by ppilot; 02-18-2020 at 03:43 PM.

  9. #9
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    One quick bump on this before it gets buried.

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,494

    Re: Trying to Calculate a Tiered Commission System within one formula

    Administrative Note:

    We don't expect you to bump threads sooner than 24 hours after your last post or more than once a day - it has been under four hours since you last posted. Please remember that those who help here do so voluntarily and of their own goodwill. They live in many different time zones and many will be out at work right now if they are not asleep on the other side of the globe. This is not a paid 'service': members will help when they are ready and able to do so, and not 'on demand'. Please do not try to put pressure of time on anyone here: if you get the help you need today, that's fine, but you really should not count on it. Thanks for your understanding and patience.

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,494

    Re: Trying to Calculate a Tiered Commission System within one formula

    Where in the workbook is the lookup table?

  12. #12
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    Quote Originally Posted by AliGW View Post
    Administrative Note:

    We don't expect you to bump threads sooner than 24 hours after your last post or more than once a day - it has been under four hours since you last posted. Please remember that those who help here do so voluntarily and of their own goodwill. They live in many different time zones and many will be out at work right now if they are not asleep on the other side of the globe. This is not a paid 'service': members will help when they are ready and able to do so, and not 'on demand'. Please do not try to put pressure of time on anyone here: if you get the help you need today, that's fine, but you really should not count on it. Thanks for your understanding and patience.
    No worries...I wasn't going to bump it more than once as that is bad message board etiquette in general, but the post was already on the third page so I was getting a little anstsy. My apologies though.

    Quote Originally Posted by AliGW View Post
    Where in the workbook is the lookup table?
    Yeah I saw that my attachment was missing that key element. I updated the attachment for the Revenue Number and a place where the commission calculation should be placed. In the commission calculation field I showed how I was able to pull off the calculation with if(and) statements, but that solution isn't going to be very feasible as I add more tiers (which we are planning on doing) as it's already a rats nest.

    Thank you!
    Last edited by ppilot; 02-18-2020 at 03:51 PM.

  13. #13
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.86 for Mac MS 365
    Posts
    8,527

    Re: Trying to Calculate a Tiered Commission System within one formula

    Just getting back to this, given what you put in your sample workbook in post #8 and what you wrote, I'm wondering if, as long as you have that table in E1 to F6, this wouldn't just be the easiest way... =VLOOKUP(C1,$F$2:$G$6,2,TRUE)

    EDIT: and you really don't need that section in E1 to E6, just F1 to G6.

  14. #14
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,681

    Re: Trying to Calculate a Tiered Commission System within one formula

    Please Login or Register  to view this content.
    chooses annual or quarterly column
    Ben Van Johnson

  15. #15
    Registered User
    Join Date
    03-01-2010
    Location
    Portland, OR
    MS-Off Ver
    Office 365
    Posts
    58

    Re: Trying to Calculate a Tiered Commission System within one formula

    So thanks to everyone who provided solutions. A buddy of mine who's an Excel guy showed me a really simple way of doing this by using the new XLookup Function

    =XLOOKUP(B1,D2:D6,E2:E6,0,-1,-1)

+ 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. How to calculate final price using a tiered pricing system
    By EdwardSnowden in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 12-09-2020, 02:04 AM
  2. Replies: 1
    Last Post: 11-14-2019, 03:21 AM
  3. Tiered commission formula
    By marksamways in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-17-2019, 03:38 AM
  4. Tiered commission structure formula
    By bwhite107 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-29-2018, 02:15 PM
  5. [SOLVED] Formula to calculate tiered commission/bonus
    By shrijan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-27-2017, 08:44 AM
  6. [SOLVED] Tiered commission formula past 6
    By trosasco23 in forum Excel General
    Replies: 1
    Last Post: 09-29-2014, 08:26 AM
  7. Formula for Tiered Sales Commission
    By philcaz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2013, 06:12 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