Hello, let's say I have a 40 unique IDs (A,B,C,....)
I want to make pairs like AA,AB,AC...AZ, BA, BB, BC.... etc.
I believe there would be about 780 pairs (40*39/2).
Is there a formula that I can use to create these pairs automatically? Or do I just need to create a matrix and use...