I have been trying to figure it out for what I was doing wrong
Here the explanation for what I am currently doing :
- It is a game that customer need to guess for 4 condition (outfit,brand,color,price)
- I have to match between 2 worksheets which is customer's guessing and list (which is criteria)
- it going to show only 2 result (bingo,try again like in yellow column)
- the criteria is guessing for outfit,brand,color need to be exactly correct (as shown in list-worksheet)
- for price it can be the other values but not less/more than 5
=IF(ABS(INDEX(list!D:D,MATCH(A2,list!A:A,0),MATCH(B2,list!B:B,0),MATCH(C2,list!C:C,0))-D2)<=5,"bingo",IF(ABS(INDEX(list!F:F,MATCH(A2,list!A:A,0),MATCH(B2,list!B:B,0),MATCH(C2,list!E:E,0))-D2)<=5,"bingo","try again"))
- the above is formula that I use but it turned out error
- if doing correctly the result would be like in yellow column
- Note column and orange highlights does not involve it's just optional explanation for your understanding
list



