Hi, my problem is I have a large database and need to see if 2 rows match Anywhere in the database. HOWEVER, say there are 15 columns, I only want to see if 4 specific columns match.
I tried: =IF(AND(C:C=C2,E:E=E2,F:F=F2,G:G=G2),"True","False")
and it seemed to be working, but after testing...