Template for Raffle Generator?

helari

New Member
Joined
Apr 23, 2014
Messages
2
Hello,
I would like a template that allows me to create of a randomized raffle. I have no idea how to create one, but need it for a raffle I am holding, where some participants have more tickets than others.

Thank you so much in advance for your consideration. If you would get back to me either way I would appreciate it!

Thank you,

Helen
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Welcome to the board.

Here's a very simple solution. They may be better ways, but this will work.

As an example, say you sell 15 tickets. Number the cells 1-15 in column A (A1=1, A2=2, etc). If Bob buys 5 tickets and Joe buys 10 tickets, enter the name "Bob" in 5 cells in column B and "Joe" in 10 cells in column B.

Enter this formula in cell C1:

=VLOOKUP(RANDBETWEEN(A1,A15),A:B,2,FALSE)

It will choose a name at random. But please be aware that whenever you change a cell, the winner will change. I hope this will at least get you going in the right direction.
 
Upvote 0
Thank you! It seems very straighforward. I will try that.

Welcome to the board.

Here's a very simple solution. They may be better ways, but this will work.

As an example, say you sell 15 tickets. Number the cells 1-15 in column A (A1=1, A2=2, etc). If Bob buys 5 tickets and Joe buys 10 tickets, enter the name "Bob" in 5 cells in column B and "Joe" in 10 cells in column B.

Enter this formula in cell C1:

=VLOOKUP(RANDBETWEEN(A1,A15),A:B,2,FALSE)

It will choose a name at random. But please be aware that whenever you change a cell, the winner will change. I hope this will at least get you going in the right direction.
 
Upvote 0

Forum statistics

Threads
1,225,768
Messages
6,186,924
Members
453,387
Latest member
uzairkhan

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