+ Reply to Thread
Results 1 to 11 of 11

Bonus Calculation

  1. #1
    Registered User
    Join Date
    03-05-2018
    Location
    Singapore
    MS-Off Ver
    Windows 10
    Posts
    46

    Bonus Calculation

    URGENT!

    Hi guys,

    I need help with a simple question, but it is urgent as I need to sign a contract with a new colleague in 1 hour!

    I need to calculate a bonus for a colleague where the bonus will gradually increase when the colleague generates more turnover (sales) like this:

    Turnover (sales) achieved in the range from 100,000USD till 500,000USD the bonus to my colleague should be 1% of the turnover/sales
    Turnover (sales) achieved in the range from 500,000USD till 1,000,000USD the bonus to my colleague should be 1,5% of the turnover/sales
    Turnover (sales) achieved above 1,000,000USD the bonus to my colleague should be 2% of the turnover/sales

    Example:

    If the turnover over the full year is 2,000,000 it is NOT a matter of calculation 2% of 2,000,000USD. It is a matter of automatically calculation 1% of the turnover from 100,000-500,000 and then 1,5% of the turnover from 500,000-1,000,000 and then 2% of everything above.

    Can you please insert the formula in CELL B14 in the attached?

    THANKS!
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Bonus Calculation

    In B14:

    =SUMPRODUCT(--(B12>{0,100000,500000,1000000}),--(B12-{0,100000,500000,1000000}),--({0,0.01,0.005,0.005}))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    03-05-2018
    Location
    Singapore
    MS-Off Ver
    Windows 10
    Posts
    46

    Re: Bonus Calculation

    Thanks. The amounts I have inserted 100,000USD, 500,000USD etc. are examples. I will change the numbers, I can't put it here online. I can see you have inserted those amounts directly in the formula but they should collect the data from the cells instead (B6, C6, B7 etc.):

    Udklip.PNG

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Bonus Calculation

    See file attached.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-05-2018
    Location
    Singapore
    MS-Off Ver
    Windows 10
    Posts
    46

    Re: Bonus Calculation

    But I can't change the bonus rates? I don't understand the "difference" columns.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Bonus Calculation

    See sheet again. difference (now done by formula) is the difference between the current level's rate and the previous level's rate.
    Attached Files Attached Files

  7. #7
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: Bonus Calculation

    Or try:

    =SUMPRODUCT(--(B12>B7:B9),--(B12-B7:B9),C7:C9-C6:C8)

  8. #8
    Registered User
    Join Date
    03-05-2018
    Location
    Singapore
    MS-Off Ver
    Windows 10
    Posts
    46

    Re: Bonus Calculation

    Quote Originally Posted by Phuocam View Post
    Or try:

    =SUMPRODUCT(--(B12>B7:B9),--(B12-B7:B9),C7:C9-C6:C8)
    This doesn't work

  9. #9
    Registered User
    Join Date
    03-05-2018
    Location
    Singapore
    MS-Off Ver
    Windows 10
    Posts
    46

    Re: Bonus Calculation

    Quote Originally Posted by Glenn Kennedy View Post
    See sheet again. difference (now done by formula) is the difference between the current level's rate and the previous level's rate.
    Don't understand why you need a cell with the difference in percentage. The formula should be able to detect the percentage and the corresponding turnover range automatically.

  10. #10
    Registered User
    Join Date
    03-05-2018
    Location
    Singapore
    MS-Off Ver
    Windows 10
    Posts
    46

    Re: Bonus Calculation

    It's like this, but I need to have a 3rd option (instead of just 2 options as this file has)....
    Attached Files Attached Files

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Bonus Calculation

    Quote Originally Posted by ChristianJ View Post
    Don't understand why you need a cell with the difference in percentage. The formula should be able to detect the percentage and the corresponding turnover range automatically.
    The way I did it is the most efficient way of performing the calculation. is there anything wrong with the results? It could (I suppose) be done with a series of nested IF functions, but it would be very messy.

+ 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] Bonus Calculation
    By AZ-XL in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 03-14-2014, 06:56 AM
  2. Bonus Calculation
    By MCJ1966 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2014, 12:49 PM
  3. Bonus Calculation
    By DavidRainey in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-21-2013, 01:42 PM
  4. [SOLVED] Bonus Calculation
    By kasava in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-27-2013, 08:08 PM
  5. Bonus Calculation
    By jonwool in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-28-2012, 07:16 AM
  6. bonus calculation
    By jw01 in forum Excel General
    Replies: 2
    Last Post: 03-08-2011, 10:20 AM
  7. Bonus Calculation
    By mcarr5 in forum Excel General
    Replies: 4
    Last Post: 01-05-2010, 05:17 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