faeryluv
New Member
- Joined
- Sep 1, 2018
- Messages
- 47
I'd like to compare the names on Sheet 2 to the names on Sheet 1.
I would like it to return a Yes or No depending on if any of the names from Sheet 2 are on Sheet 1.
I'm using any rows with a "No" to Query onto another Sheet so that's why I need it this way.
Formula I'm using that is returning an ERROR:
=IF(ISNA(VLOOKUP(A3 or B3,Sheet1!A:A,1,FALSE)), "No", "Yes")
Thanks in advance!
I would like it to return a Yes or No depending on if any of the names from Sheet 2 are on Sheet 1.
I'm using any rows with a "No" to Query onto another Sheet so that's why I need it this way.
Formula I'm using that is returning an ERROR:
=IF(ISNA(VLOOKUP(A3 or B3,Sheet1!A:A,1,FALSE)), "No", "Yes")
Thanks in advance!