I have two long lists like the one below. For each organistaion number i want to check if the values for a category matches the values for the same organistaion in the other list. I'm quite new to VBA and would be very grateful if anyone could help me with this.
Organisation number Name Category Value
20210455410004 ABC A 89
20210455410004 ABC B 103
20210455410004 ABC C 74
20210455410004 ABC D 152
33562155410005 DEFG A 90
33562155410005 DEFG B 120
33562155410005 DEFG C 69
33562155410005 DEFG D 130
Regards
Carl
Bookmarks