I have 2 set of numbers that I would like to mix them.
My first set contains 15 numbers that I would like to combine with a set of 10 numbers and distribute them into colunms.
From the set of 15 numbers, the code will choose 9 numbers (randomly) and combine with 5 numbers from the set of 10 numbers (randomly). It will generate a new set of 15 numbers (9 from my first set combined with 05 of the second set of numbers).
I know that it will generate a huge quantity of group of 15 numbers combined, but I would like to delimite in the code, by input box or something.
1st Set with 15 unique Numbers (Range B2:P2)
2nd Set with 09 unique Numbers (Range B3:k3)
Distribution will occur starting on row number 5 and distributed from Column A to Column O.
Luthius
My first set contains 15 numbers that I would like to combine with a set of 10 numbers and distribute them into colunms.
From the set of 15 numbers, the code will choose 9 numbers (randomly) and combine with 5 numbers from the set of 10 numbers (randomly). It will generate a new set of 15 numbers (9 from my first set combined with 05 of the second set of numbers).
I know that it will generate a huge quantity of group of 15 numbers combined, but I would like to delimite in the code, by input box or something.
1st Set with 15 unique Numbers (Range B2:P2)
2nd Set with 09 unique Numbers (Range B3:k3)
Distribution will occur starting on row number 5 and distributed from Column A to Column O.
Luthius