I'm trying to compare four cells from sheet 1 with four columns in sheet 2. Based on which I'm trying to find the missing numbers. Why this formula is not working? Any suggestions please.
=IF(ISERROR(MATCH(B2&E2&K2&M2,Sheet2!B:B&Sheet2!C:C&Sheet2!G:G&Sheet2!D:D,0)),"Missing","Found")
Thanks