+ Reply to Thread
Results 1 to 10 of 10

Re: IF Function to calculate bonus based on tiered bonus rates

  1. #1
    Registered User
    Join Date
    08-05-2020
    Location
    London
    MS-Off Ver
    Microsoft365
    Posts
    5

    Re: IF Function to calculate bonus based on tiered bonus rates

    Hello All,

    I am looking for some help on an IF function I am looking to create for a spreadsheet that calculates employee bonus terms, and I'd be really grateful for any responses.

    The terms are as follows:-

    Basic Salary $40,000 $45,000 $50,000 $55,000 $60,000
    Tier One Validation 2.5 2.5 3 3 3
    Tier One Bonus Rate 25% 20% 12.50% 12.50% 12.50%
    Tier Two Validation 3.5 3.5 4 4 4
    Tier Two Bonus Rate 50% 40% 25% 25% 25%



    I have a income table below these terms to illustrate how the employee's salary rises (including bonus).
    Buisness Income Total Pay
    $50,000.00 $40,000
    $75,000.00 $40,000
    $100,000.00 $40,000
    $125,000.00
    $150,000.00
    $175,000.00
    $200,000.00
    $225,000.00
    $250,000.00

    Basically the 'validation tiers' mean, if you are bringing in this multiple of your salary as income for the business, above this you will be entitled to a bonus - i.e if the income earned for the business exceeds $100,000 ($40,000*2.5), the employee will be entitled to 25% of the excess income earned for the business on top of their basic salary, up to a maximum of $140,000, where thereafter, if the employee earns more than $140,000 ($40,000*3.5) in business income, they will then be entitled to 50% of the excess income above this amount as a bonus.

    I'm really struggling with the tiered element of the bonus, i.e on the first column only applying the 25% bonus rate to the business income between $100,000 and $140,000, and then 50% bonus rate to the business income of $140,000+

    =IF(A9>(C2*C3),(C2+(A9-(C2*C3)))*C4,C2)

    I've come up with the above function which works out the bonus if it remained at 25% throughout, but, can't work out how to tier it to take into account the next band of bonus.

    Hopefully that makes sense, I'm happy to attach the spreadsheet but can't work out how as per the instructions. I'll try in a subsequent post.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: IF Function to calculate bonus based on tiered bonus rates

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-05-2020
    Location
    London
    MS-Off Ver
    Microsoft365
    Posts
    5

    Re: IF Function to calculate bonus based on tiered bonus rates

    See attached (hopefully)
    Attached Files Attached Files

  4. #4
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: IF Function to calculate bonus based on tiered bonus rates

    Check the yellow banner above
    Click the * to say thanks.

  5. #5
    Registered User
    Join Date
    08-05-2020
    Location
    London
    MS-Off Ver
    Microsoft365
    Posts
    5

    Re: IF Function to calculate bonus based on tiered bonus rates

    Quote Originally Posted by PaulM100 View Post
    Check the yellow banner above
    Thank you, I've worked it out now!

  6. #6
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: IF Function to calculate bonus based on tiered bonus rates

    Please try the following in C9:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The formula can be copied across and down to G17.

    You need to verify what this formula gives vs your expected results, especially where tier-2 is involved. For example for fee=$150,000 and base salary=$40,000 I compute a total salary plus bonuses of $55,000. Is that what you expect?

    Hope this helps, let us know.
    Geoff

    Did I help significantly? If you wish, click on * Add Reputation to say thanks.
    If your problem has been resolved please select ?Solved? from the Thread Tools menu

  7. #7
    Registered User
    Join Date
    08-05-2020
    Location
    London
    MS-Off Ver
    Microsoft365
    Posts
    5

    Re: IF Function to calculate bonus based on tiered bonus rates

    Hi Geoff,

    Thanks ever so much for taking a look.

    When I paste the formula you have given into my workbook I'm getting a #VALUE! error for all the fee income figures above $150,000.

    Upon trying to diagnose it seems it may perhaps be a formatting issue as it is trying to compute $150,000 - 140,000.

    Not sure if this would cause an issue, apologies as you may have gathered I'm very inexperienced with Excel!

  8. #8
    Registered User
    Join Date
    08-05-2020
    Location
    London
    MS-Off Ver
    Microsoft365
    Posts
    5

    Re: IF Function to calculate bonus based on tiered bonus rates

    Apologies Geoff, I've just worked out that I typed the dollar on some cells sign instead of using formatting, now seems to work great. Thank you so much!

  9. #9
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: IF Function to calculate bonus based on tiered bonus rates

    A13-A17 look like numbers but are actually text. Not sure why you experienced a problem and I did not.

    Anyway, I have attached an update to your workbook with the the A13-A17 issue fixed plus I have added the above formula.

    Take a look and let us know if this helps.

    Geoff
    Attached Files Attached Files

  10. #10
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: IF Function to calculate bonus based on tiered bonus rates

    Good, glad the Excel is now working for you. Please check that my math is giving the results you expect before using it for real! And thanks for the added reputation points!

+ 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. Replies: 5
    Last Post: 04-03-2019, 12:26 AM
  2. tiered bonus
    By kimbdalr in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-31-2018, 04:20 PM
  3. [SOLVED] Formula to calculate tiered commission/bonus
    By shrijan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-27-2017, 08:44 AM
  4. Replies: 4
    Last Post: 02-01-2017, 08:13 PM
  5. [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
  6. Calculating Tiered Bonus Based on File Count - HELP ME PLEASE
    By Kayleen6384 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-26-2015, 11:56 PM
  7. 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

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