Can Excel randomly pick one winner out of 100 contest entries?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use Excel to randomly select a winner out of a lot of entries.
Is there a program in Excel that can randomly select a row out of XXX rows?
 
Maybe not exactly what you expected but one way would be to use this
technique, assume the entries are in A1:A500, in an adjacent cell (B1) put

=RAND()

copy down to B500, select both columns and do data>sort and sort by column
B. Now just pick the winner in A1.

Regards,

Peo Sjoblom
 
Bernard,

Put a column of formulas next to your entries

=RAND()

and then sort both the entries and the column with the formulas based on the formulas. The top
value in the first column would be your winner. Do the sort multiple times (select a number of
times before hand) if you want....

HTH,
Bernie
MS Excel MVP
 
Thank you.
Have a good day.

Peo Sjoblom said:
Maybe not exactly what you expected but one way would be to use this
technique, assume the entries are in A1:A500, in an adjacent cell (B1) put

=RAND()

copy down to B500, select both columns and do data>sort and sort by column
B. Now just pick the winner in A1.

Regards,

Peo Sjoblom
 
Thanks
Have a good day.

Bernie Deitrick said:
Bernard,

Put a column of formulas next to your entries

=RAND()

and then sort both the entries and the column with the formulas based on the formulas. The top
value in the first column would be your winner. Do the sort multiple times (select a number of
times before hand) if you want....

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Need formula help 4
Deriving winners from a list 4
Save RAND select number 3
Random Sort 3
Generate a random result... 6
find a name from a list then extract it 2
Picking a Winner via Access 2
Competition Time! 85

Back
Top