This is how you can get excel as DB Using Excel As Database
then use a query to get the unmatched records
SELECT * FROM table1
EXCEPT
SELECT * FROM table2;
cheers
This is how you can get excel as DB Using Excel As Database
then use a query to get the unmatched records
SELECT * FROM table1
EXCEPT
SELECT * FROM table2;
cheers