I am looking to compare two columns of data to see if they contain the same data regardless of order.
Example:
A1: Apple; Orange; Cherry
B2: Apple; Cherry; Orange
Match -- both contain all the same values, but not in the same order
A2: Cherry; Orange
B2: Cherry; Apple
No Match -- both do not contain ALL the same values
Example:
A1: Apple; Orange; Cherry
B2: Apple; Cherry; Orange
Match -- both contain all the same values, but not in the same order
A2: Cherry; Orange
B2: Cherry; Apple
No Match -- both do not contain ALL the same values