futureancient
Board Regular
- Joined
- Dec 8, 2008
- Messages
- 76
Hello folks,
I have a tricky problem. I have Column A, Rows 1-15 with numbers in them, lets pretend they are numbers 1-15.
I need to get listed in separate columns and rows all possible combinations of 3 of these 15 numbers, and in the columns next to these the remaining 12 variables.
For example.. From column B to column P (15 columns), I need in Columns B,C and D, each row showing a different combination out of the 15 possible picks, and from column E to column P, the other 12 that weren't chosen in any order, though number order is probably advantageous.
This might look like..
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
1,2,4,3,5,6,7,8,9,10,11,12,13,14,15
1,2,5,3,4,6,7,8,9,10,11,12,13,14,15
And so on.... The numbers cannot be picked twice, so it is impossible to have a number on a row twice.
Can anyone help me out ?
I have a tricky problem. I have Column A, Rows 1-15 with numbers in them, lets pretend they are numbers 1-15.
I need to get listed in separate columns and rows all possible combinations of 3 of these 15 numbers, and in the columns next to these the remaining 12 variables.
For example.. From column B to column P (15 columns), I need in Columns B,C and D, each row showing a different combination out of the 15 possible picks, and from column E to column P, the other 12 that weren't chosen in any order, though number order is probably advantageous.
This might look like..
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
1,2,4,3,5,6,7,8,9,10,11,12,13,14,15
1,2,5,3,4,6,7,8,9,10,11,12,13,14,15
And so on.... The numbers cannot be picked twice, so it is impossible to have a number on a row twice.
Can anyone help me out ?