+ Reply to Thread
Results 1 to 4 of 4

IF with multiple options

Hybrid View

  1. #1
    Registered User
    Join Date
    09-30-2014
    Location
    Denver, CO
    MS-Off Ver
    2009
    Posts
    60

    IF with multiple options

    I have 5 ranges of percentages

    Below 100%
    105-110
    115-120
    So on and so forth

    Each of these scores are to return a bonus payout for an employee. For instance - Below 100 is 0, 105-110 is 5 etc.

    Is there a formula that can take a percentage range from the top and tell the employee their bonus payout?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: IF with multiple options

    You could probably do this with a vlookup() or INDEX/MATCH function, but you would need to use the lower value of the range for each level. something like this...
    A
    B
    C
    D
    2
    100%
    0
    100%
    0
    3
    105%
    5
    4
    110%
    10
    5
    120%
    15

    D2=IF(C2<1,0,VLOOKUP(C2,$A$2:$B$5,2,1))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    09-30-2014
    Location
    Denver, CO
    MS-Off Ver
    2009
    Posts
    60

    Re: IF with multiple options

    Thanks as always - my only problem is that their payouts are within a range. So if they score a 103, They fall in the 2% range

    0-99% - No payout
    100-105% - 2%
    106%-110% - 3% payout

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: IF with multiple options

    My table was an example of how this would work, all you need to do is adjust my % to match what you need

+ 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. Find max possible in a row with multiple options
    By laborspy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-04-2014, 01:46 PM
  2. Replies: 0
    Last Post: 08-26-2014, 08:44 AM
  3. VBA - 1 pivot filter control multiple pivots with multiple field options
    By bwolsky in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2014, 06:19 PM
  4. Searching in a excel sheet with multiple conditions and multiple options
    By punna111 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-11-2013, 02:03 PM
  5. Formula for Multiple options
    By Eskimo_Lee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-10-2010, 11:13 AM
  6. Counting Multiple Options
    By johnlovesbeer in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-06-2009, 11:38 AM
  7. If function for multiple options?
    By sbweld in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-31-2006, 07:04 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