+ Reply to Thread
Results 1 to 3 of 3

Tiered commission structure formula

  1. #1
    Registered User
    Join Date
    11-19-2018
    Location
    NYC
    MS-Off Ver
    Microsoft Excel
    Posts
    2

    Tiered commission structure formula

    Hi there. I'm trying to create a tiered commission structure calculator, but can't figure out how to make the formula work. I think it should be pretty simple (darn my weak excel skills):

    <$500 = 5%
    $501-$1000 = 8%
    $1000-$1500 = 10%
    >$1500 = 12%

    For example, total sales of $1800 would generate $151 of commission based on:
    (First $500 * 5%)+(Next $500* 8%)+ (Next $500* 10%)+ (Final $300* 12)

    Any help is much appreciated!

  2. #2
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Tiered commission structure formula

    Try the following design.

    A
    B
    C
    D
    1
    sales
    1800
    2
    commission
    151
    B2: SUMPRODUCT((B1>$A$5:$A$8)*(B1-$A$5:$A$8), $C$5:$C$8)
    3
    4
    Over...
    Add...
    Diff Add
    5
    0
    5%
    5%
    C5: =B5 - N(B4)
    6
    500
    8%
    3%
    7
    1000
    10%
    2%
    8
    1500
    12%
    2%

    The formula in B2 is:

    SUMPRODUCT((B1>$A$5:$A$8)*(B1-$A$5:$A$8), $C$5:$C$8)

    The formula in C5 is:

    =B5 - N(B4)

    Copy C5 and paste into C6:C8.
    Last edited by joeu2004; 11-20-2018 at 01:26 AM. Reason: fix SUMPRODUCT range refs

  3. #3
    Registered User
    Join Date
    11-19-2018
    Location
    NYC
    MS-Off Ver
    Microsoft Excel
    Posts
    2

    Re: Tiered commission structure formula

    This worked perfectly! Thanks so much for your help! I can't tell you how much time I wasted before breaking down and asking for help - you're a life saver!

+ 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. Formula(s) needed for Tiered Commission structure
    By Charly6s in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-03-2016, 09:53 PM
  2. Circular Reference, for tiered commission structure
    By cgately in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-02-2015, 08:01 PM
  3. [SOLVED] Tiered commission formula past 6
    By trosasco23 in forum Excel General
    Replies: 1
    Last Post: 09-29-2014, 08:26 AM
  4. Tiered Commission Structure
    By emily.kell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-18-2014, 10:59 PM
  5. Formula for Tiered Sales Commission
    By philcaz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2013, 06:12 PM
  6. [SOLVED] Here's a fun one. Incentive formula in tiered structure.
    By jawnmallon in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 06-20-2013, 02:37 PM

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