+ Reply to Thread
Results 1 to 5 of 5

How can I change the commission rate% for different employees?

  1. #1
    evdesign
    Guest

    How can I change the commission rate% for different employees?

    For a Sales Commission Calculator
    I would like to be able to change the commission rate% for different
    employees. As well, I would like to adjust the rate automaticaly for
    different goals. ex.: employee under $100,000=1% commission then employee
    over $200,000=2% commission etc...

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Your mail is more of a wish than a precise request ...
    From what you wrote, I would say it is feasible probably with sumproduct()
    function ...

    Carim

  3. #3
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Assuming your salesmancode is in column A, your sales in column B, your commission table in column F and G (0,100000,200000,300000,400000 in column F, 1,2,3,4,5 etc in column G), then

    =VLOOKUP(SUMIF(A$1:A$9,A1,B$1:B$9),F$1:G$5,2,TRUE)
    or
    =VLOOKUP(SUMIF(A:A,A1,B:B),F:G,2,TRUE)

    should achieve this.

    --
    Quote Originally Posted by evdesign
    For a Sales Commission Calculator
    I would like to be able to change the commission rate% for different
    employees. As well, I would like to adjust the rate automaticaly for
    different goals. ex.: employee under $100,000=1% commission then employee
    over $200,000=2% commission etc...
    Last edited by Bryan Hessey; 04-10-2006 at 02:17 AM.

  4. #4
    George
    Guest

    RE: How can I change the commission rate% for different employees?

    I believe that you can use in this case the If statement .eg if employee
    payments <10000, 1%, if.....

    Hope this will help

    Ο χρήστης "evdesign" *γγραψε:

    > For a Sales Commission Calculator
    > I would like to be able to change the commission rate% for different
    > employees. As well, I would like to adjust the rate automaticaly for
    > different goals. ex.: employee under $100,000=1% commission then employee
    > over $200,000=2% commission etc...


  5. #5
    JE McGimpsey
    Guest

    Re: How can I change the commission rate% for different employees?

    If the first $100K makes 1%, then the next $100K makes 2%, etc., take a
    look at the examples here:

    http://www.mcgimpsey.com/excel/variablerate.html

    Use a different table for different employees.

    In article <[email protected]>,
    evdesign <[email protected]> wrote:

    > For a Sales Commission Calculator
    > I would like to be able to change the commission rate% for different
    > employees. As well, I would like to adjust the rate automaticaly for
    > different goals. ex.: employee under $100,000=1% commission then employee
    > over $200,000=2% commission etc...


+ 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