Hello, I am trying to use a list of 21 names to fill a 7x15 grid by randomly selecting a name 5 times.
The random formula I am currently using is =INDEX(A16:A36,RANDBETWEEN(1,COUNTA(A16:A36)))
This is successfully grabbing a random name from my list of names (A16:A36), however I am not sure how to limit it to only selecting it 5 times.
I could also for simplicity instead of filling the grid, create 21 rows and 5 columns, each column having its own randomized list of 21 names without duplicates and then just move them over to my grid.
The problem is I cannot get it to either stop at 5 generations (not critical). And I cannot get it to not duplicate (critical).
Bookmarks