Hi,
I'm trying to see if there is a way that I can search if the values (Customer IDs) within the group (Group ID) occur in any other group (Group ID). It doesn't matter if the order of the values is different just that the values are the same. This must be exactly the same so even if one or 2 values occur in another group then this is okay or if the values in one group occur in another but the other group has extras then this is also okay. i only need it to flag if groups are the exact same.
An example would be:
Flag if: Dont Flag if: Dont Flag if:
Group 1 Customer 1 Group 1 Customer 1 Group 1 Customer 1
Group 1 Customer 2 Group 1 Customer 2 Group 1 Customer 2
Group 1 Customer 3 Group 1 Customer 3 Group 1 Customer 3
Group 2 Customer 1 Group 2 Customer 1 Group 2 Customer 1
Group 2 Customer 2 Group 2 Customer 3 Group 2 Customer 2
Group 2 Customer 3 Group 2 Customer 3
Group 2 Customer 4
Hopefully this covers in enough detail. Thank you in advance all help is appreciated.