Is there a way in excel to find out all possible combination of a table but each column can take 2 or 3 values. ?
Lets say this is what i need to sort :
A A | B | C | D |
1 1 | 1 | 1 | 1 |
2 1 | 1 | 1 | 2 |
3 1 | 1 | 2 | 1 |
1 | 2 | 1 | 1 |
2 | 1 | 1 | 1 |
..............
...............
B
1
2
C
1
2
D
1
2
3