+ Reply to Thread
Results 1 to 37 of 37

Excel 2007 : Calculating bonus formula

  1. #1
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Red face Calculating bonus formula

    Im trying to create a formula to calculate bonuses for my employees and I cant figure it out.

    Here is what im trying to do.

    If cell C36 is $30000-$50000 they get .5%
    If cell C36 is $50000 or above they get 1%


    Please help, its driving me crazy!

    Thank you so very very much!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    Welcome to the forum.

    That's a little ambiguous; maybe

    =C36 * IF(C36>=50000, 1%, IF(C36>=30000, 0.5%, 0))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Calculating bonus formula

    How about:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    =B4*VLOOKUP(B4,$D$4:$E$5,2) B4 holds the sales amount, D4-E5 is a table referenced by the Vlookup
    D4 30000 in D5 50000
    E4 0.05 and E5 0.1
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  5. #5
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    I can't get it tow work.

    Sales total is $70000 I need one break down for calculating .5% on amounts over $30000-$50000 (so $20000 in this instance the bonus should equal $100).. Then in a separate break down for calculating 1% on anything over $50001 ($19999 in this instance the bonus should equal $199.99)

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Date Order # Amount Item #

    $10,000 $30,000-$50,000 @ .5% $50,001+ @ 1%
    $10,000
    $10,000 I need this cell to calculate .5% for the total on C13's if total is from $30K-$50K I need this cell to calculate 1% for the total on C13's if total is from $50001 and above
    $10,000
    $10,000
    $10,000
    $10,000

    Total $70,000

  8. #8
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    One cell to state: $30,000-$50,000 @ .5%

    I need this cell to calculate .5% for the total on C13's if total is from $30K-$50K

    And another cell to state: $50,001+ @ 1%

    I need this cell to calculate 1% for the total on C13's if total is from $50001 and above

  9. #9
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Can you see my new reply below? I tried to post this again to see if I can make more sense, but someone closed my post cause it was a duplicate. The replies that were previously posted have not been able to work. If you cannot assist, I understand and I will cancel my profile with this website.
    I still don't know how someone can cancel my post, when all im looking for is assistance. Im not a happy camper right now.

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    Did you try my suggestion in post #6? If that doesn't work, please post an example that demonstrates.

  11. #11
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Calculating bonus formula

    I wonder why the OP don't consider multi-tier calculation? If so she could use a formula like this:

    Please Login or Register  to view this content.
    Credit goes to DonkeyOte and Collin Legg who showed me how to do multi-tier calculation.

    Alf

  12. #12
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Im still having a hard time. Is there anyway I can email someone the spread sheet and they can do the calculations directly on it. I feel so lame right now.

  13. #13
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    You can post it here, Liz. See the forum rules.

  14. #14
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Ok, lemme take a look

  15. #15
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Alrighty... I attached my file.. Fingers crossed. Details for what I am looking to do are on the spread sheet. Thanks ya'll
    Attached Files Attached Files

  16. #16
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    To calculate the bonus for the amount in September!C36, here's one of many different formulas you could use:

    = MAX(0, 0.5% * (C36-30000)) + MAX(0, 0.5% * (C36-50000))

  17. #17
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Alright.. Im sorry, I attached the wrong one! Here's the correct one! So sorry about that! LONG DAY! Thanks again for all your help!
    Attached Files Attached Files

  18. #18
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    In I13,

    = MAX(0, 0.5% * (C13-30000)) + MAX(0, 0.5% * (C13-50000))
    That returns $400.

    It's possible that the higher rate starts at $50,001 instead of $50,000, but never for any bonus program I've seen.

  19. #19
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Its half a percent for sales between $30000-$50000 and one percent for sales over $50001

  20. #20
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Pulled from our memo at work:

    Sales Range: Incentive:
    $0-$29,999 0.00%
    $30,000-$50,0000 0.50%
    $50,001 and above 1.00%

  21. #21
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Any update with my spreadsheet and the last two posts?

  22. #22
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    Can you confirm the bonus percents? is 0.5 percent 50% or 0.05 and if so what is 1%

  23. #23
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Its half a percent and one percent

  24. #24
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    ok, thanks for replying so quick. In your sample, there's a sales figure of 80,000 and if i understand correct the bonus should be half a percent for the first 50,000 then 1 for anything over 51,000 is that correct?

  25. #25
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    It is half a percent for sales total from $30000 to $50000 and one percent for anything over $50001.
    So $0 - $29999 gets nothing.

  26. #26
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    Liz, did even try the formula, or are you just convinced it doesn't work?

  27. #27
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    The figures you inserted in the formula aren't what i was looking for.
    Its half a percent for sales between $30000-$50000 and one percent for sales over $50001

  28. #28
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    =SUM(IF(C13>30000,MIN(50000-30000,C13)*0.005,0),IF(C13>50001,((C13-50001)*0.01),0))

    I've done this all in one cell giving a total pf 399.99 do you need it seperated into 2 cells?

    slight Edit
    Last edited by scottylad2; 10-02-2011 at 07:55 PM.

  29. #29
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    Shg's figures may not have beenwhat you wanted returned because you were displaying half a percent as .5 which is 50%

  30. #30
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating bonus formula

    It's a minor point, but with that formula, you get no commission on the first dollar over 30,000. That's with it comes out a penny short of what you would expect.

  31. #31
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Yes, thank you. Can you separate into two cells for me?
    Im sorry if im confusing everyone. Im just sooooo over this! But its got to be done and my brain is fried.
    Im sorry again.

  32. #32
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    Yeah your right, think this fixes that

    =SUM(IF(C13>29999,MIN(50000-30000,C13-29999)*0.005,0),IF(C13>50001,((C13-50001)*0.01),0))

  33. #33
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    in E13 =IF(C13>29999,MIN(50000-30000,C13-29999)*0.005,0)
    in H13 =IF(C13>50001,((C13-50001)*0.01),0)

  34. #34
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Can you separate into two cells for me?

  35. #35
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    Thank you! I should have refreshed first! Thank you soooooooooo much!!!

  36. #36
    Registered User
    Join Date
    09-29-2011
    Location
    Covina, CA
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Calculating bonus formula

    OMG! Thank you so much again! YOU MADE MY DAY!

  37. #37
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Calculating bonus formula

    Glad to help

+ 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