Hi everyone,
I would like to create a Random Name Selector with no repeat. I would like to make this a little more fancier visually and not sure if it would work.
I would like to create a Random Name Selector with no repeat. I would like to make this a little more fancier visually and not sure if it would work.
- What I had in mind is when I press button, the cell A2 would highlight and then move to the next cell down the range, from faster to slower and then it stop. Then that name will be in D2. Then I would press the button again and does the same and the next name would go into D3. All I need 2 names.
- Next, in column A, if they were previously selected, then it would indicate yes for in future, it would not include them in the random name selector. e.g. today I ran this and Name 3 and Name 9 were select, A4 and A10 would show yes and tomorrow when I run this again, they would not be included in the next random name selector.
Random Name Selector with No Repeat1.xlsb | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Previously Selected? | Name | |||||
2 | Name 1 | Name 1 | Name 1 | ||||
3 | Name 2 | Name 2 | Name 2 | ||||
4 | Yes | Name 3 | |||||
5 | Name 4 | ||||||
6 | Name 5 | ||||||
7 | Name 6 | ||||||
8 | Name 7 | ||||||
9 | Name 8 | ||||||
10 | Yes | Name 9 | |||||
11 | Yes | Name 10 | |||||
12 | Name 11 | ||||||
13 | Name 12 | ||||||
Sheet1 |