Is it possible to use the VLOOKUP function in Excel to look for an exact value across more than one sheet in a workbook and possibly across more than one workbook?
Vlookup always stops searching after the first exact match. If you want to know how many matches it finds, you can try using in a similar way with the countif function (but instead of using ISNA you should check if it equals to 0).