I have the following sheet:
As you can see, there are two groups of data. One group is in A
and B
and the group which should be checked against the first group group is in D
and E
Now I want to check each value in the second group against all the values in the first group.
I tried to use =VLOOKUP(D2:E2;$A$2:$B$10;2;FALSE)
but that only gives me #Value
and no boolean back.
I really appreciate your answer on this problem!!!