Problem: I have data that looks like this and I want to compare the rows to the column values. so is(Table1.t1 = Table2.t1)? kind of thing.
Table 1
A B
x t1
x t2
x t3
x t4
Table 2
A B C D E
x t1 t2 t3 t4
Can I do this in Excel with functions or VBA