JimmyBambo
New Member
- Joined
- Dec 8, 2018
- Messages
- 30
So this is the issue:
If Name (column A), Surname (column B) and Mark (column C) match with list of Name (Column E); Surname (Column F) and Place (Column G), then answer is YES, otherwise NO.
I tried with =IF(COUNTIFS($E$2:$E$5;A2;$F$2:$F$5;B2;$G$2:$G$4;C2);"YES";"NO"), but didnt get correct results as it looking only on first search cell, not on list.
Thank you in advance