Random name draw for multiple weighted entries with no duplicates

excelquestion515

New Member
Joined
Apr 23, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I have a list of names / entries for a raffle where some people have multiple entries. I want to draw multiple winners and want to ensure those who have multiple entries are weighted accordingly, however once someone has won they should be unable to win a second time. How would this be done in excel?
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Maybe this.
Book1
ABCD
1A# of winners2F
2AA
3A
4A
5A
6B
7B
8C
9C
10D
11E
12F
13G
14E
15E
16K
17L
Sheet4
Cell Formulas
RangeFormula
D1:D2D1=TAKE(UNIQUE(SORTBY(A1:A17,RANDARRAY(ROWS(A1:A17)))),C1)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,477
Messages
6,125,036
Members
449,205
Latest member
Eggy66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top