I have an existing VLOOKUP formula as follows: =IF(ISNA(VLOOKUP(@D:D;Logsheet!G:G;1;0));”not found”;”match”). I am trying to replace this with an XLOOKUP function. What the existing VLOOKUP and IF and ISNA combination does, is it checks if a particular unique number found in column D in the primary worksheet, exists in the G column of a separate worksheet titled Logsheet, if it does, it returns a “match” result, it it does not, it returns a “not found” result in excel 365. If someone could suggest a XLOOKUP equivalent formula I would appreciate it-I have tried a couple of what I thought were obvious formulas, but I end up getting a #SPILL! or #VALUE errors?