I have two sheets sheet1, sheet2.
Sheet2 having the with records and duplicate number.
like
sheet1
1----a------ 100
1----a-------200
2----b-------200
2----b-------200
2----b-------200
3----c-------200
3----c-------200
sheet2 having the data like
1---a-----300
2---b-----600
4---d-----200
How to match these two sheets and highlight the values in sheet1 where the values are unmatched.
thanks in advance