Hello-
Trying to create a formula that randomly selects a tracking ID for each associate. In addition, make an alternate selection, but it can't be a duplicate of first random selection. Was thinking a VLOOKUP & RANDBETWEEN combo, but stumped. Not sure if I have to go through VBA route?
Any suggestions would be appreciated. Sample workbook attached.
Regards,
Manny
Trying to create a formula that randomly selects a tracking ID for each associate. In addition, make an alternate selection, but it can't be a duplicate of first random selection. Was thinking a VLOOKUP & RANDBETWEEN combo, but stumped. Not sure if I have to go through VBA route?
Any suggestions would be appreciated. Sample workbook attached.
Regards,
Manny
Random_Selection.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | |||
3 | ||||||||
4 | Associate | Tracking ID | Associate | Random Tracking ID Selection | Alternate Random Tracking ID Selection (can't be a duplicate of previous slection) | |||
5 | Smith, Mary | TRK65152 | Smith, Mary | |||||
6 | Smith, Mary | TRK74183 | Jones, Walter | |||||
7 | Smith, Mary | TRK35154 | Williams, Tony | |||||
8 | Smith, Mary | TRK23117 | ||||||
9 | Smith, Mary | TRK11889 | ||||||
10 | Jones, Walter | TRK17364 | ||||||
11 | Jones, Walter | TRK91736 | ||||||
12 | Jones, Walter | TRK88234 | ||||||
13 | Jones, Walter | TRK80012 | ||||||
14 | Jones, Walter | TRK55874 | ||||||
15 | Williams, Tony | TRK58142 | ||||||
16 | Williams, Tony | TRK47336 | ||||||
17 | Williams, Tony | TRK13254 | ||||||
18 | Williams, Tony | TRK28596 | ||||||
19 | Williams, Tony | TRK33371 | ||||||
20 | ||||||||
Random_Selection |