+ Reply to Thread
Results 1 to 5 of 5

Bonus Calculation

  1. #1
    Registered User
    Join Date
    12-27-2012
    Location
    Cheltenham
    MS-Off Ver
    Excel 2003
    Posts
    9

    Talking Bonus Calculation

    I need cell E3 to show the bonus amount my staff earn based on the following:

    If cell H27 is equal to or greater than B4 then they qualify for a bonus payment based on the below calculation.

    If H27 is 100-149% of B4 then they earn 7.5% of H27
    If H27 is 150-199% of B4 then they earn 12.50% of H27
    If H27 is 200-249% of B4 then they earn 17.50% of H27
    If H27 is 250%+ of B4 then they earn 22.50% of H27

    I hope this helps.

    Many thanks for your help in advance

    Jon

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,872

    Re: Bonus Calculation

    =if(And(h27>=b4,h27<1.5*b4),h27*.075,if(and(h27>1.5*b4,h27<2*b4),.125*h27,if(and(h27>2*b4,h27<2.5*b4),.175*h27,.225*H27))))

    Try the above. There is no consideration in my formula for not reaching at least 100%. Does this need to be included?
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    12-27-2012
    Location
    Cheltenham
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Bonus Calculation

    hi thats great. yes there does need to be consideration if they dont hit 100% i.e. if they dont hit 100% then the bonus payment to them is zero? can you biuld this in please. Thanks for your help

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Bonus Calculation

    Try

    Please Login or Register  to view this content.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Bonus Calculation

    Hi jonwool

    See the attached example using IF & VLOOKUP functions, cells G1:H5 hold the assumption table.
    Attached Files Attached Files
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

+ 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