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
Last edited by mromano; 07-23-2011 at 04:45 PM.
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")))
Thank you very much for the function! It works well (I am trying to grasp the concept to eventually refine it)
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks