Hi I have seen to many combination solutions but none of them uses array formula. Is it possible to generate unique combination (order doesn’t matter) using array formula.
Column A has list of participant, column C should give all possible unique combination.
This is what I want:
<tbody>
[TD="align: center"]
[/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
</tbody>
I am trying to use Google sheet, therefore I cannot use vba or macro.
Any help will be much appreciated.
Thank you.
Column A has list of participant, column C should give all possible unique combination.
This is what I want:
1 | Amy | | Amy John |
3 | John | | Amy Charlie |
4 | Charlie | | Amy Ian |
5 | Ian | | John Charlie |
6 | | | John Ian |
7 | | | Charlie Ian |
<tbody>
[TD="align: center"]
[/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
</tbody>
I am trying to use Google sheet, therefore I cannot use vba or macro.
Any help will be much appreciated.
Thank you.