+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate bonus - must cap the bonus within formula

  1. #1
    Registered User
    Join Date
    12-11-2012
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    15

    Formula to calculate bonus - must cap the bonus within formula

    Hi -

    I'm looking for a formula to calculate a bonus.


    The person's bonus is based on percent to quota. If they make 100% quota they make a $10,000 bonus. If they make 80% of quota, they make $8,000. 150% of quota - $15,000.

    We need to cap this at 200% to quota or no greater than $20,000 bonus.

    Anyone out there - can you assist - understand the logic with greater and less than but not sure how to incorporate the logic if they go over 200% and deducting that from the capped $20,000..

    Thank you!

  2. #2
    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 to calculate bonus - must cap the bonus within formula

    Try this:

    Row\Col
    A
    B
    C
    D
    E
    1
    Quota
    Made
    %Pct
    Bonus
    2
    $25,000.00
    $20,000.00
    0.8
    $8,000.00
    In C2: =B2/A2
    3
    $25,000.00
    $25,000.00
    1
    $10,000.00
    In D2: =MIN(C2*10000,20000)
    4
    $30,000.00
    $45,000.00
    1.5
    $15,000.00
    5
    $20,000.00
    $40,000.00
    2
    $20,000.00
    6
    $30,000.00
    $75,000.00
    2.5
    $20,000.00
    Dave

  3. #3
    Registered User
    Join Date
    12-11-2012
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    15

    SOLVED - Formula to calculate bonus - must cap the bonus within formula

    Thank you, Dave!!!

  4. #4
    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 to calculate bonus - must cap the bonus within formula

    You are welcome. Thank you for the rep.

+ 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] Formula to calculate variable bonus amounts.
    By AZAUS in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-05-2020, 11:02 AM
  2. IF formula to calculate bonus with multiple condition
    By hussainahmad in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-28-2018, 09:54 AM
  3. [SOLVED] calculate bonus at 30% of a figure, negative figures to be given 0 bonus.
    By jitterbug888 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-01-2015, 10:40 PM
  4. Forecast Bonus Calculator - Require a formula to calculate the bonus' due
    By The_Snook in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-05-2013, 07:32 PM
  5. [SOLVED] Need formula to calculate bonus or commision pay scale
    By Altess in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 06-25-2013, 10:29 AM
  6. Excel 2008 : Request the formula to calculate one time bonus
    By vijaysin2000 in forum Excel General
    Replies: 1
    Last Post: 12-21-2011, 02:20 AM
  7. Formula to calculate prorated bonus
    By dowling27 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-08-2011, 12:01 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