ExcelAverage
New Member
- Joined
- Dec 10, 2012
- Messages
- 32
Hi guys,
I wonder if someone could help me with this query. I wish to get all the possible unique combinations out of this table. From Single column to Wireless/None column. So there should always be 7 combination for every turn. The order of these categories is very important so I can't have a reversed combination.
The very first combi i could get is Single, R, BAL, Trans, English, SR, Wireless
The next might be Single, AC, BAL, Trans, English, SR, Wireless
Then Single, RAC, BAL, Trans, English, SR, Wireless and so on...
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Single[/TD]
[TD]R[/TD]
[TD]BAL[/TD]
[TD]Trans[/TD]
[TD]English[/TD]
[TD]SR[/TD]
[TD]Wireless[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]AC[/TD]
[TD]LA[/TD]
[TD]ODS[/TD]
[TD][/TD]
[TD]None[/TD]
[TD]None[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]RAC[/TD]
[TD]BLA[/TD]
[TD]Both[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None[/TD]
[TD]None[/TD]
[TD]None[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there a way I can do this faster or easier. I use concatenate formula but I lost track of the cell reference in the middle as there are lots of them. I adjust them row by row, combi by combi. Maybe a different formula? or Macro.
I appreciate if someone could help me. Thanks in advance.
Jun M
I wonder if someone could help me with this query. I wish to get all the possible unique combinations out of this table. From Single column to Wireless/None column. So there should always be 7 combination for every turn. The order of these categories is very important so I can't have a reversed combination.
The very first combi i could get is Single, R, BAL, Trans, English, SR, Wireless
The next might be Single, AC, BAL, Trans, English, SR, Wireless
Then Single, RAC, BAL, Trans, English, SR, Wireless and so on...
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Single[/TD]
[TD]R[/TD]
[TD]BAL[/TD]
[TD]Trans[/TD]
[TD]English[/TD]
[TD]SR[/TD]
[TD]Wireless[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]AC[/TD]
[TD]LA[/TD]
[TD]ODS[/TD]
[TD][/TD]
[TD]None[/TD]
[TD]None[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]RAC[/TD]
[TD]BLA[/TD]
[TD]Both[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None[/TD]
[TD]None[/TD]
[TD]None[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there a way I can do this faster or easier. I use concatenate formula but I lost track of the cell reference in the middle as there are lots of them. I adjust them row by row, combi by combi. Maybe a different formula? or Macro.
I appreciate if someone could help me. Thanks in advance.
Jun M