Hi, I need help with an excel formula. I have 2 lists, like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]Z[/TD]
[/TR]
</tbody>[/TABLE]
And I need to find all possible TWO pairs, without repeating any cell, like:
AX + BY
AX + BZ
AX + CY
AX + CZ
AY + BX
AY + BZ
AY + CX
AY + CZ
...
I did get all possible pairs, like AX, AY, AZ, BX, BY, BX, etc. but then I'm stuck
Thanks
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]Z[/TD]
[/TR]
</tbody>[/TABLE]
And I need to find all possible TWO pairs, without repeating any cell, like:
AX + BY
AX + BZ
AX + CY
AX + CZ
AY + BX
AY + BZ
AY + CX
AY + CZ
...
I did get all possible pairs, like AX, AY, AZ, BX, BY, BX, etc. but then I'm stuck
Thanks