Formula help - check against another table to see if matches
I have a main table with list of IDs that have brands and clothing items field, which are calculated using if and applymaps. I also have another table with just a list of brands and clothing items. Each brand can have multiple clothing items.
I need a formula in the data load editor under the main table that checks if the the clothing items have been listed under the correct brands.
Ive done a formula in excel =IF(COUNTIFS(Clothing!A:A,Main!B2,Clothing!B:B,Main!C2)>0,"Match","No Match")
where Clothing!A:A = Brand names, Clothing!B:B = clothing items, Main!B2 = Brand name column and Main!C2 = Clothing items