+ Reply to Thread
Results 1 to 6 of 6

Trying to use multiple if

  1. #1
    Registered User
    Join Date
    09-27-2007
    Location
    UK
    MS-Off Ver
    MS365
    Posts
    69

    Trying to use multiple if

    I have a small template. I have a team of 8 people and I am trying to calculate a bonus payment for them.

    In the payment column, if the percentage is between 80-90%, then their actual is * by 2.50 and so on.

    In the Bonus column if they are 100% - 124.9% - a payment of 100 is made and 200 if 125% or above.

    I am not sure if you can use multiple "If" statements.

    any help would be greatly appreciated.

    Thank you in advance
    Attached Files Attached Files

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Trying to use multiple if

    Hi jimd,

    Try this in E9: =C9*LOOKUP(D9,{0,0.8,0.9,1,1.25},{1,2.5,5,7.5,9})

    and this in F9: =IF(D9>=1.25,200,IF(D9>=1,100,0))

    Hope this helps...

    - Moo

  3. #3
    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
    52,933

    Re: Trying to use multiple if

    what about between 90 and 100%?
    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

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Trying to use multiple if

    It has more detail in the file, including the 90% scenario.

  5. #5
    Registered User
    Join Date
    09-27-2007
    Location
    UK
    MS-Off Ver
    MS365
    Posts
    69

    Re: Trying to use multiple if

    Thank you Moo. That was exactly what I was looking for.

    I really appreciate your help.


    Jim

  6. #6
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Trying to use multiple if

    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)

Similar Threads

  1. Multiple Text Replace Across Multiple .txt files in Multiple Folders
    By kpmeline in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-02-2017, 05:13 PM
  2. [SOLVED] SUMPRODUCT of multiple columns with multiple criteria over multiple sheets
    By BellyGas in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-16-2015, 08:27 AM
  3. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  4. Replies: 20
    Last Post: 03-13-2013, 04:15 PM
  5. [SOLVED] Large spreadsheet; multiple scores on multiple dates for multiple students
    By MelindaCapri in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-16-2012, 06:03 PM
  6. Replies: 5
    Last Post: 11-04-2010, 06:02 AM
  7. Multiple charts over multiple sets of data over multiple worksheets.
    By matrocka in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-12-2007, 10:01 AM

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