Hi all,

I have two different lists of numbers and I need to reconcile them. What I need to do is compare them and highlight (or something similar) the ones that don't appear in the other one and viceversa.

For example:

List A: 1,2,3,4,5
List B: 2,3,4,5,6

I should get highlighted 1 in List A and 6 in List B

Any suggestion?

Thanks