+ Reply to Thread
Results 1 to 8 of 8

Need help in creating a sliding scale commission worksheet

  1. #1
    Registered User
    Join Date
    12-30-2011
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2010
    Posts
    2

    Need help in creating a sliding scale commission worksheet

    Thanks in advance for any help you can provide. I am trying to figure out how to best create an Excel worksheet that calculates real estate commission splits as they are received over the course of a calendar year. Like many real estate offices, agents have thresholds which reward them with better splits as their production continues to grow. The worksheet would catalogue commissions as they are received and calculate the splits as they pass each threshold.

    From $0.00 - $75,000 70% of gross commissions rec'd
    from $75,000 - $150,000 75% of gross commissions rec'd
    $150,000 + 80% of gross commissions rec'd

    I have tried a number of nested if functions, but one commission could can take you from say $70,000 to $155,000 which creates too many scenarios to test for. I've uploaded a stripped down worksheet which hopefully shows you what I'm talking about.

    I appreciate your help!
    Attached Files Attached Files
    Last edited by Estimated Profit; 01-01-2012 at 09:28 AM.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Need help in creating a sliding scale commission worksheet

    I created a custom function I think it might do the trick. You can insert the new function hold ALT + F11 to open the visual basic editor window, on the menu click insert and module. Then just copy paste the code below onto the screen.

    Please Login or Register  to view this content.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Need help in creating a sliding scale commission worksheet

    @JieJenn, it is a tiered calculation.

    You can certainly use an embedded IF, however, personally for tiered calcs I like flexibility of SUMPRODUCT

    First I would list the marginal % of each tier, e.g:

    Please Login or Register  to view this content.
    Then, Cumulative Commission

    Please Login or Register  to view this content.
    For per sale commission (Col L in your sample)

    Please Login or Register  to view this content.
    Advantage of above over embedded IF is flexibility - i.e you can easily add / remove tiers by simply adjusting precedent ranges to include / exclude additional tiers.
    Last edited by DonkeyOte; 12-31-2011 at 05:55 PM. Reason: added note to JieJenn

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Need help in creating a sliding scale commission worksheet

    Oh sorry you're right. I wasn't paying attention....

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Need help in creating a sliding scale commission worksheet

    @Estimated Profit,

    should have added that the results of the above would tie out to your values with exception of row 18 for which I estimate a total of 58,553.24 [73618.08 * 75% + 4174.60 * 80%] as opposed to your value of 62234.14

  6. #6
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Need help in creating a sliding scale commission worksheet

    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  7. #7
    Registered User
    Join Date
    12-30-2011
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Need help in creating a sliding scale commission worksheet

    Thanks DonkeyOte! Works perfectly! Was reacking my brain in what you made look very simple.

  8. #8
    Registered User
    Join Date
    02-27-2015
    Location
    Okoboji
    MS-Off Ver
    2010
    Posts
    1

    Re: Need help in creating a sliding scale commission worksheet

    Been searching all night for solution. that works flawlessly with what I was trying to do. thanks DonkeyOte

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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