+ Reply to Thread
Results 1 to 4 of 4

Employee Bonus Calculation using IF formula...

  1. #1
    Registered User
    Join Date
    07-04-2017
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Employee Bonus Calculation using IF formula...

    Hi there,

    I need to calculate the bonus to be received by an employee who has generated total sales of for example £80,000. The bonus threshold is £50,000 up to which no bonus is receivable (as this covers his basic pay/costs). The bonus scale is 30% for amounts between 50k-75k, 40% for amounts between 75k-100k and 50% for amounts over 100k. It must be an IF statement I assume. Any HELP greatly appreciated!!

    Thanks to anyone who is able to help in advance!

    Best,
    Mark

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Employee Bonus Calculation using IF formula...

    Try this

    =INDEX({0;0.3;0.4;0.5},MATCH(A1,{0;50000;75000;100000}))*A1

    Assuming the Sales figures is in Cell A1
    Cheers!
    Deep Dave

  3. #3
    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: Employee Bonus Calculation using IF formula...

    Hi,

    One way

    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.

  4. #4
    Registered User
    Join Date
    07-04-2017
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Re: Employee Bonus Calculation using IF formula...

    Thanks both! Much appreciated!

+ 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. Bonus Pool calculation/formula needed
    By sburton610 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 01-09-2017, 06:55 PM
  2. Formula help for bonus calculation with minimum threshold?
    By wisey11 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-07-2015, 09:56 AM
  3. Adding up bonus in given month for the employee?
    By domgilberto in forum Excel General
    Replies: 9
    Last Post: 05-10-2014, 10:52 AM
  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. Bonus Calculation
    By jonwool in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-28-2012, 07:16 AM
  6. Replies: 7
    Last Post: 08-10-2006, 04:57 PM
  7. Replies: 2
    Last Post: 02-06-2005, 08:08 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