+ Reply to Thread
Results 1 to 6 of 6

Formula help to calculate stepped commission percentage in a range

  1. #1
    Registered User
    Join Date
    03-13-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Formula help to calculate stepped commission percentage in a range

    The title might not make perfect sense so I will try to explain what I am trying to achieve in my formula. Commission is paid at 20% on the first 20K of invoicing. Commission is paid at 25% on all invoicing between 20k - 30k and commission is paid at 40% on all invoicing above 30k.

    So for example, if 40k is invoiced:

    First 20k at 20% - 4k commission
    20k-30k at 25% - 2.5k commission
    30k+ at 40% - 4k commission

    Total commission - 10.5k

    I can quite easily create a formula on each line to deal with the above. Where I am getting stuck is where for example only 15k is invoiced so the only commission to be paid is 15k at 20% - 3k commission.

    I "think" I need a formula on each line that follows the following logic but I'm not sure which structure of formula i should use:

    Line 1. If the figure entered into the "Invoiced" field is greater than 20k then return 20k * 20%, if not greater than 20k then multiply the total figure in the Invoiced field by 20%
    Line 2. If the figure entered into the Invoiced field is greater than 20k then return 25% of the difference between 20k and 30k and ignore everything above 30k, else return 0
    Line 3. If the figure entered into the Invoiced field is greater than 30k then return 40% of everything above 30k, else return 0.

    Line 4. Sum(Line1:Line3)

    Any guidance on the structure/formula functions I should use and experiment with would be greatly appreciated.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Formula help to calculate stepped commission percentage in a range

    Maybe put it all in one cell where the invoiced value is in A1

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    03-13-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Formula help to calculate stepped commission percentage in a range

    Hi Richard

    That works brilliantly thank you but i need to show the three lines to display each commission rate earned and then a total.

    I have progressed so far with a formula in Line 1 that works and I'm half way there with Line 2 but have got a bit stuck. I've tried to post the formulas i have use here but it is blocked saying I cannot post HTML code. I've tried to wrap the Formula tags around them but that doesn't work either so I can't figure out how I can post the formulas I have created so far.
    Last edited by Thatguy99; 05-21-2019 at 06:36 PM.

  4. #4
    Registered User
    Join Date
    03-13-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Formula help to calculate stepped commission percentage in a range

    Quote Originally Posted by Richard Buttrey View Post
    Maybe put it all in one cell where the invoiced value is in A1

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Hi Richard, I have achieved my desired result by separating out your formula to 3 separate formulas. Thank you so much!

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Formula help to calculate stepped commission percentage in a range

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Dave

  6. #6
    Registered User
    Join Date
    03-13-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Formula help to calculate stepped commission percentage in a range

    Quote Originally Posted by FlameRetired View Post
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    That's done, thanks.

+ 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] I need a formula to calculate the commission per trade of my broker
    By sigma_ in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-06-2018, 02:11 PM
  2. [SOLVED] Formula to calculate tiered commission/bonus
    By shrijan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-27-2017, 08:44 AM
  3. VLOOKUP commission range with percentage
    By haygij in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-24-2015, 09:29 AM
  4. [SOLVED] Formula to Calculate commission over certain amount
    By rizmomin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2014, 02:36 PM
  5. Replies: 4
    Last Post: 01-17-2013, 01:23 PM
  6. Replies: 2
    Last Post: 05-24-2012, 05:49 AM
  7. [SOLVED] calculate commission $ based on total sold and commission percent
    By blondeindenver in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-05-2005, 10:05 PM

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