How to compare 2 lists and return un-matched?

R

RWR

For example,

List A
A
B
C
D

List B
B
C
D
E

Need solution that returns on new worksheet:
A
E

Thanks for the help.

RWR
Albuquerque
 
R

RWR

Also need the solution to be repeatable monthly as the 2 lists are updated.
Trying to avoid the use of advance filter\unique values. Something using
arrays perhaps?
 
Top