+ Reply to Thread
Results 1 to 3 of 3

Commission Splits- Sales between 2 levels

  1. #1
    Registered User
    Join Date
    11-29-2013
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    6

    Commission Splits- Sales between 2 levels

    Hi everyone,

    I am trying to set up a commission split schedule and I am having issues when the commission splits two tiers. See example below:

    50/50 Commission Split Program (% split and gross commissions)

    50% Commission- $0 - $18,800.99
    60% Commission- $18,801 - $52,640.99
    75% Commission- $52,641 and more

    If the agent had a gross commission of $18,000 and recently logged a commission that will push them into the next tier, I need $801 to come from the 50% tier and the rest to come from the 60% tier. I was able to do this manually (see cell in red), but I would like this to be done automatically.


    Thank you in advance.

    Michael
    Attached Files Attached Files
    Last edited by mginsburg; 12-03-2013 at 11:08 AM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Commission Splits- Sales between 2 levels

    you can use a number of options to do that
    1) would be to use an IF statement

    =IF( cell with commission > 52640 , ((cell with commission - 52640)*0.75) + ((52640-18801) *0.6))+(18800*0.5), IF( cell with commission > 18800 , (( cell with commission - 18800)*0.65) +(18800*0.5), cell with commission *0.5 ))

    I was not sure on your example which cell to use , as the 50/50 split was not clear how to apply


    +
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor amit.wilson's Avatar
    Join Date
    07-09-2013
    Location
    Gotham
    MS-Off Ver
    Excel for Mac 2011
    Posts
    283

    Re: Commission Splits- Sales between 2 levels

    Hello M,

    welcome to the forum. I could not quite understand your spreadsheet. It uses the number 1602 which isn;t part of the commission schedule.

    Anyway, here is another way to split the commission across the ladder:

    =Tier1percent*MIN(Tier1,Commission)+MAX(0,MIN(Commission-Tier1,Tier2-Tier1))*Tier2percent+MAX(Commission-Tier2,0)*Tier3percent

    where
    Tier1percent = 50%
    Tier2percent = 60%
    Tier3percent = 75%
    Tier1 = 18,801
    Tier2 = 52,541
    Commission = the gross commission to be split across the commission ladder.

    Cheers
    <-- If you're happy & you know it...click the star.:-)

+ 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. Sales Commission
    By SebastienSoum in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-01-2011, 12:29 AM
  2. Excel 2007 : Sales Commission
    By jolynn121 in forum Excel General
    Replies: 2
    Last Post: 03-06-2011, 02:31 PM
  3. Sales Commission
    By Tim Mears in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-18-2006, 08:30 AM
  4. Sales V commission
    By Carauto in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-08-2005, 09:25 PM
  5. [SOLVED] Sales Commission calculations
    By Kevin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM

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