Hello. I need a formula that looks for the value in a cell and compares it to a range of cells to throwback if there is a match anywhere in the range of cells. I would also like the formula to exclude considering blank cells so I do not end up with false No Matches. Example of the data is below.
Layman's Terms:
I want to know if A2 (apple) appears anywhere in D2:F2. In this example, I would expect Match.
I want to know if B4 (banana) appears anywhere in D4:F4. In this example, I would expect Match.
I want to know if the value in C5 (melon) appears anywhere in D5:F5. In this example, I would expect No Match
Layman's Terms:
I want to know if A2 (apple) appears anywhere in D2:F2. In this example, I would expect Match.
I want to know if B4 (banana) appears anywhere in D4:F4. In this example, I would expect Match.
I want to know if the value in C5 (melon) appears anywhere in D5:F5. In this example, I would expect No Match
Column A | Column B | Column C | Column D | Column E | Columnn F |
Apple | Apple | ||||
Orange | Orange | ||||
Apple | Banana | Apple | Banana | ||
Orange | Kiwi | Melon | Orange | Kiwi |