I have the following Vlookup formula


 VLOOKUP(B2,'[Items delivered.xlsm]Imported Data'!$A:$A,1,FALSE)

I would like this amend, so that where there is a match i.e item found, to return "Found" , otherwise return "Not Found"


It would be appreciated if someone could amend my formula