I am trying to figure out the following problem...I have a list of 12 numbers (1-12) and I am looking to make a random selection of 6 groups of 4 and each number being selected no more than 3 times in the group.
I could do this manually, but I have to apply it to a list of 240 with larger sets of random groups, so I will apply the logic to this question to my data set.
I could do this manually, but I have to apply it to a list of 240 with larger sets of random groups, so I will apply the logic to this question to my data set.