Amazing Excel Users,
I have a spreadsheet that is as follows
Sheet 1
Column A: Exhibit
Column B: Animal
Column C: Food
Sheet 2
Column A: Animal
Column B: Food
I would like to create a formula that does this
Check row1 in sheet1 to make sure that the combination of column A and B, matches a possible combination outlined in sheet2.
If the combination exists, highlight row
If the combination does not exist, do not highlight row.
For example, if sheet1 is
A | B | C
Star | Unicorn | Apples
Star | Unicorn | Toffee
Circle | Elephant | Apples
And sheet2 is
A | B
Unicorn | Apples
Elephant | Toffee
The formula will highlight the first row (Star | Unicorn | Apples) of sheet1.
So I'm basically looking for a formula that checks sheet1 column-B/C-combo to see if column-A/B-combo of sheet 2 exist. Any help would be truly appreciated.