+ Reply to Thread
Results 1 to 5 of 5

Commission Calculator ( % to target with variable % pay rate)

Hybrid View

  1. #1
    Registered User
    Join Date
    09-18-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2011 (MAC)
    Posts
    7

    Commission Calculator ( % to target with variable % pay rate)

    Hi there,

    Would hugely appreciate some help from the community to assist with creating a formula to calculate commissions.

    In a nut shell staff member is given a $ target. Staff get paid between 0%-5% of their actual sales result if they achieve at least 80% of set target.

    eg.
    $ result against $ target = 0-79% then pay $ result at 0%
    $ result against $ target = 80-89% then pay $ result at 1%
    $ result against $ target = 90-99% then pay $ result at 2%
    $ result against $ target = 100-109% then pay $ result at 3%

    up to 120% against target and up to 5% pay rate.

    Tried LOOKUP function but for the life of me just can't get it to do what I need. Tutorial videos I found seem to do the reverse, by $ amount as opposed to % of target.

    Thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,605

    Re: Commission Calculator ( % to target with variable % pay rate)

    Is the commission to be paid on the total result or is it cumulative ( indicated percentage for each tier ?

  3. #3
    Registered User
    Join Date
    09-18-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2011 (MAC)
    Posts
    7

    Re: Commission Calculator ( % to target with variable % pay rate)

    Hi, thanks for your reply. Commission is paid on the total result.

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,605

    Re: Commission Calculator ( % to target with variable % pay rate)

    Try
    =LOOKUP(B4/B3,B12:B17,D12:D17)
    for the commission rate

  5. #5
    Registered User
    Join Date
    09-18-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2011 (MAC)
    Posts
    7

    Re: Commission Calculator ( % to target with variable % pay rate)

    Thank you! Exactly what I needed it to do. Cant thank you enough.

+ 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. [SOLVED] Simple commission calculator
    By maxcong in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-21-2013, 04:33 AM
  2. Commission Calculator
    By Deetz74 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-25-2013, 10:29 PM
  3. Tiered Commission - Flat Rate
    By rjhendrix in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-20-2012, 08:38 PM
  4. Replies: 1
    Last Post: 02-12-2012, 12:45 AM
  5. Commission Calculator
    By TISSO in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-10-2011, 07:56 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