+ Reply to Thread
Results 1 to 3 of 3

Provide output of Multiple criteria match (II)

  1. #1
    Registered User
    Join Date
    03-29-2011
    Location
    Trieste, Italy
    MS-Off Ver
    Excel 2019
    Posts
    12

    Provide output of Multiple criteria match (II)

    Hi
    I got lost ( ) while trying to modify the formula to compare different columns:

    =IF(AND(A3=B3;NOT(A3<>C3);A3<>E3);IF(I3="--";"MAYBE";TRUE);FALSE)

    I would need to get a statement by using multiple match horizontal criteria.


    1) variable "up/down" in Column A must match with variable "up/down" in Column B;
    2) if the result of (1) is FALSE, then print "No Match" in Column F;
    3) if the result of (1) is TRUE, then match with variable "up/down" in Column C and D;
    4) if (C and D) are the opposite of (A=B), then print "Best" in Column F
    5) if C and/or D is "--" (and A = B), then print "Possible" in Column F
    6) if (A <> B) = C or D, then print "No good" in F



    Please, find attached the file with the example and criteria.
    Thank you very much for any suggestion


    Maurizio
    Attached Files Attached Files
    Last edited by mromano; 07-23-2011 at 04:45 PM.

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Provide output of Multiple criteria match (II)

    Maybe

    =IF(AND(B3=C3,D3=E3,B3<>D3),"Best",IF(AND(B2=C2,OR(D2="--",E2="--")),"Possible",IF(AND(B3<>C3,OR(B3=D3,C3=E3)),"No Good","No Match")))

  3. #3
    Registered User
    Join Date
    03-29-2011
    Location
    Trieste, Italy
    MS-Off Ver
    Excel 2019
    Posts
    12

    Thumbs up Re: Provide output of Multiple criteria match (II)

    Thank you very much for the function! It works well (I am trying to grasp the concept to eventually refine it)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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