+ Reply to Thread
Results 1 to 8 of 8

calculating 2 rate of commission by one formula

  1. #1
    Registered User
    Join Date
    05-27-2014
    Location
    Manchester
    MS-Off Ver
    2007, 2010
    Posts
    73

    calculating 2 rate of commission by one formula

    Hi All Genius,

    Appreciated if you can help please, rely on your effort.

    I am looking to calculate commission by one formula/function in row 19 of attached file.

    example shown in attached file that For the first 2000 units sold during the year, pay a commission of 1.50 per unit. After 2000 units are sold, switch to a commission of 1.25 per unit.
    one formula in E19 to calculate commission amount that is then copied across

    to clear more for efficient answer until May total Sales units comes to 2440 and in May out of 503 units 63 should be treated under 2000 threshold @1.5 % and 440 at the rate of 1.25%. The correct answer I been told for May is 644.5. Any chance to get cleanest/efficient answer with MIN(MAX, using this functions.


    I hope I explained it proper, let me know please if any question

    Find attached workbook.

    Thanks a lot in advance for help

    Kind Regards
    Attached Files Attached Files
    Last edited by raysrains; 03-13-2020 at 10:05 AM. Reason: correct attachment

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

    Re: calculating 2 rate of commission by one formula

    maybe this... =IF(SUM($E$18:E18)<=$D$14,E18*$E$14,IF(SUM($E$18:E18)>$D$14,E18*$F$14,""))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: calculating 2 rate of commission by one formula

    Please try at E21

    =SUMPRODUCT((SUM($E18:E18)>$C$14:$D$14)*(SUM($E18:E18)-$C$14:$D$14)*($E$14:$F$14-$E$14*{0,1}))-SUM($D21:D21)
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    05-27-2014
    Location
    Manchester
    MS-Off Ver
    2007, 2010
    Posts
    73

    Re: calculating 2 rate of commission by one formula

    Hi
    Thanks so much for reply, sorry formula I needed in E19 to calculate the commission amount.

    Correction

    Regards

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

    Re: calculating 2 rate of commission by one formula

    if you are saying you want to have either 1.5 or 1.25 below the amounts in row 18, then just adjust mine to this instead...
    =IF(SUM($E$18:E18)<=$D$14,$E$14,IF(SUM($E$18:E18)>$D$14,$F$14,""))

  6. #6
    Registered User
    Join Date
    05-27-2014
    Location
    Manchester
    MS-Off Ver
    2007, 2010
    Posts
    73

    Re: calculating 2 rate of commission by one formula

    Hi,

    some confusion here, until May total Sales units comes to 2440 and in May out of 503 units 63 should be treated under 2000 threshold @1.5 % and 440 at the rate of 1.25%. The correct answer I been told 644.5. Any chance to get cleanest/efficient answer with MIN(MAX, using this functions.

    Thankyou in advance for help

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

    Re: calculating 2 rate of commission by one formula

    I was working that out, but what I don't know is what you would then want in the May cell where there were the 63 and 440. Do you want two commissions listed there? Or the numbers of 63 * 1.5 and 440 * 1.25, what would that cell have in it, because you have a different row for the sales plus commissions.

  8. #8
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: calculating 2 rate of commission by one formula

    Please try at E19

    =SUMPRODUCT((SUM($E18:E18)>$C$14:$D$14)*(SUM($E18:E18)-$C$14:$D$14),($E$14:$F$14-1)-($E$14-1)*{0,1})-SUM($D19:D19)
    Attached Files Attached Files

+ 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. Declining Commission Rate
    By pinebush in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-08-2019, 12:35 PM
  2. Replies: 4
    Last Post: 08-25-2015, 07:41 AM
  3. Commission Calculating Formula HELP
    By borjasanz in forum Excel General
    Replies: 1
    Last Post: 02-18-2015, 11:39 PM
  4. IF/OR Formula for Calculating Commission
    By tig1142 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-06-2014, 10:03 AM
  5. [SOLVED] Commission Formula Calculating off Wrong Cell - Help!
    By COBBCITY in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-26-2013, 06:14 PM
  6. Replies: 1
    Last Post: 10-17-2009, 08:59 PM
  7. calculating commission payments using bands for % rate
    By jonathanscary in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-03-2005, 05:17 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