Hi all,

If i have one sheet (BASE SHEET) with in column a some names.
For example"

Names:
Dave
John
Alex
Tim

I have another file with a dump of the data. In this file in Column A there is also the corrosponding names. But in this one there are also lines with the name Bart.
I would like a script that checks if all names in the Data Dump, exist in the BASE SHEET, if not then msgbox ("Bart not found in Names").

Can someone help me with a script?

Thanks!