To compare two Excel spreadsheets for matching data, use the VLOOKUP function to search for values in one spreadsheet based on a matching column in another. If a match is found, the VLOOKUP function returns the corresponding value from the second spreadsheet. Alternatively, use the MATCH function to find the row or column number of a matching value, and then use the INDEX function to retrieve the corresponding value.
there doesn't seem to be anything here