Net data from a comparison of 2 lists
I need to compare a master list with a smaller list and remove the matches
from the master so that I am left with a single list that reflects only the
data that is not in the smaller list.
For example:
Master
a
b
c
d
Sublist
a
d
Net list After comparison
b
c
|