LisaGarvey
New Member
- Joined
- Apr 5, 2016
- Messages
- 3
I have a list of 50 unique values and I need to generate a full list of all possible combinations for these values - with the exception of like value to like value. Is there an easy way to do this?
Example:
Starting list
AA
BB
CC
Will generate a list of
AA to BB
AA to CC
BB to AA
BB to CC
CC to AA
CC to BB
Thanks,
Lisa
Example:
Starting list
AA
BB
CC
Will generate a list of
AA to BB
AA to CC
BB to AA
BB to CC
CC to AA
CC to BB
Thanks,
Lisa