I have 2 excel sheets with customer data (name, and age)
I am trying to merge these 2 together such that I want to find the customers in one sheet but not in the other
I started with:

to get the matching ones then thinking of using a filter after the join for "False" to identify those that are dissimilar between the 2 sheets.
However this does not work and wondering how to get entries in one sheet but not the other and vice versa? I know I shoud start with a join and also tried a union but no luck. Thanks!