+ Reply to Thread
Results 1 to 10 of 10

New Sales Commission calculations

  1. #1
    Registered User
    Join Date
    08-18-2012
    Location
    new york, new york
    MS-Off Ver
    Excel 2003
    Posts
    2

    New Sales Commission calculations

    Please Help!!!

    I am terrible when it comes to creating forumlas in Excell. My company is switching to a different, tiered based commission for our sales people.

    We are a cell phone company, and our commission will be a sliding scale. The more gross profit the sales rep brings, the more they get paid for each phone sold.

    Here are the ranges:

    $0-500 GP $8 per phone
    $501-$1000 $10 per phone
    $1001-1500 $12 per phone
    $1501-2000 $15 per phone
    $2001-2500 $18 per phone
    $2501+ $20 per phone

    example:

    John brings in $1700gp, and sells 17 phones, he would earn $255.
    John brings in $900 gp, and sells 5 phones, he would earn $50.

    We have 70 sales reps.

    I really don't expect anyone to do the work for me, but if anyone can at least advise me where to start, I would really appreciate it.

  2. #2
    Forum Contributor dogberry's Avatar
    Join Date
    07-15-2012
    Location
    Wales, UK
    MS-Off Ver
    Excel 2010
    Posts
    624

    Re: New Sales Commission calculations

    Hi

    Post a dummy worksheet for us if you can Im sure if I cant help you someone else will dont give real details but have the same layout as the company.

    Chris

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: New Sales Commission calculations

    Please Login or Register  to view this content.
    The formula in C2 and copied down is

    =LOOKUP(A2, {0;501;1001;1501;2001;2501}, {8;10;12;15;18;20})*B2
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    08-18-2012
    Location
    new york, new york
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: New Sales Commission calculations

    Ideally, it would be nice to change the scale per sales rep. Some reps are in higher trafficking areas, so expectations are different. Cheers to anybody that can help me out!!!
    Attached Files Attached Files

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: New Sales Commission calculations

    There's only one scale on your sheet, the same as the prior example.

  6. #6
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: New Sales Commission calculations

    =lookup(c5,b$22:c$27)*d5
    Attached Files Attached Files

  7. #7
    Forum Expert mike7952's Avatar
    Join Date
    12-17-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007, Excel 2016
    Posts
    3,520

    Re: New Sales Commission calculations

    Beat me to it

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thanks,
    Mike

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.

  8. #8
    Forum Contributor dogberry's Avatar
    Join Date
    07-15-2012
    Location
    Wales, UK
    MS-Off Ver
    Excel 2010
    Posts
    624

    Re: New Sales Commission calculations

    Hi

    Ive updated your file with nested if statements it looks a lot more complex than the other solutions but once you have read through it a few times it is easy to understand, copy this formula for all sales reps you can then change the figures for the reps in high traffic areas etc.


    if you need further help let me know


    Chris
    Attached Files Attached Files

  9. #9
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: New Sales Commission calculations

    Hi,

    You suggested it might be better if each Rep had a different scale or factor based on their area. See the attached that does the problem two ways, depending on what you meant by:
    Ideally, it would be nice to change the scale per sales rep. Some reps are in higher trafficking areas, so expectations are different. Cheers to anybody that can help me out!!!
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  10. #10
    Registered User
    Join Date
    10-08-2012
    Location
    dublin ireland
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: New Sales Commission calculations

    Hi Shg

    This is a very helpful solution - i may be trying however to use this functionality in the wrong case ! i am trying to adapt it to a tiered cost basis where I ahve the following

    - Minimum cost pa $1,000, regardless of account size

    - When account size increases then the costs is a function of the account size (in aggregate), but subject to tiers as follows :

    0 - 100,000 = 1%
    100,001 - 200,000 = 0.5%
    200,001 - 300,000 = 0.4%
    300,001 - 400,000 = 0.3%
    400,001 - 500,000 = 0.2%
    500,001 + = 0.1%

    The problem (i think) is when you bring in the tiering into play !!

    Any comemnts welcome !

    thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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