+ Reply to Thread
Results 1 to 5 of 5

IF on Multiple Criteria

  1. #1
    Registered User
    Join Date
    02-03-2020
    Location
    Norway
    MS-Off Ver
    2016
    Posts
    28

    IF on Multiple Criteria

    Hi, I would need advise on how to resolve the writing in order to get the correct tiers based on the table in this attachment.

    I am trying to get the answer but putting up a table on the criteria, for example:

    The Visited Count must be greater than or equal to 4
    The Collected Points is the main key criteria to identify the tiers category

    If it met the 1st criteria of Visited Count must be >=4), 2nd criteria should be >=1600 on the collected points in order to reach Tier 1
    If it met the 1st criteria of Visited Count must be >=4), 2nd criteria should be >=2400 on the collected points in order to reach Tier 2.
    If it met the 1st criteria of Visited Count must be >=4), 2nd criteria should be >=3200 on the collected points in order to reach Tier 3.

    I have tried with this formula but doesn't seem it working:

    IF(AND(D7>=4,E7>=1600),"Tier 1",IF(AND(D7>=4,E7>=2400),"Tier 2","-")) - I couldn't write for more on Tier 3.

    Need help!!!
    Attached Files Attached Files
    Last edited by journey0717; 01-13-2021 at 06:09 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,666

    Re: IF on Multiple Criteria

    Sorry for off-topic interjection:

    Although there is no official rule regarding this behaviour, we request that wherever possible both the question AND the answer be provided in substantive detail here within the thread. An attached workbook is an excellent aid for posing a question and offering a solution, but solely doing that with no in thread explanation makes it difficult for researchers to understand or consider the Q & A of this thread without downloading what may be a pointless doc to them, if they can do that at all. Doing that also hides the content from search engines so others may never benefit from this.

    I'm sure you understand. Please update the detail in your post.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,304

    Re: IF on Multiple Criteria

    You need to start with the highest value first. Anything greater than 3200 would also be greater than 2400, and anything greater than 2400 would be greater than 1600.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Registered User
    Join Date
    02-03-2020
    Location
    Norway
    MS-Off Ver
    2016
    Posts
    28

    Re: IF on Multiple Criteria

    Hi TMS, thanks for the guidance. It works now. Appreciate your help!

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,304

    Re: IF on Multiple Criteria

    You're welcome. Thanks for the rep.

+ 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. Replies: 2
    Last Post: 12-27-2020, 04:10 AM
  2. Replies: 1
    Last Post: 03-25-2020, 08:06 AM
  3. [SOLVED] Lookup multiple criteria in multiple columns in multiple rows; return true if exists
    By ufdlim in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-07-2019, 02:03 PM
  4. Replies: 9
    Last Post: 07-23-2015, 01:21 PM
  5. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  6. [SOLVED] countifs statement with multiple criteria for multiple criteria ranges
    By mcdermott2 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-07-2015, 11:48 AM
  7. [SOLVED] UDF for sum of multiple criteria in multiple columns and single criteria in multiple colum
    By Ganesh7299 in forum Excel Programming / VBA / Macros
    Replies: 32
    Last Post: 11-22-2013, 04:26 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