Creating a simple lucky draw random pick on Excel

scrummy

New Member
Joined
May 4, 2011
Messages
9
Hi,

I want to create a lucky draw function on Excel for an internal employee campaign. Every month, we will receive forms from colleagues and the draw is conducted bi-monthly. I need to draw 5 unique winners from each month. How do I do it? Trust that the easier way is to split the different months onto separate worksheets I believe.

If I have 10 submissions for the month of Januay and entered as followed:

Name Department
Joanne Accounts
Kelvin HR
Joanne Accounts
Susan Travel

I found this formula in another forum, is the below formula correct?
INDIRECT("a"&(INT(RAND()*10)+1))

It works but it also tends to draw repeats. Also, can you explain the formula to me as I assumed that a random pick should just use "RAND ()".
But, it churns out numbers instead.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Thanks Derek.
I'm not very familiar with VBA. : (

I'm better with using formula for my current expertise.
: )

Thanks for providing the VBA functions.
Do you know if the formula I used is correct?
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,813
Members
452,945
Latest member
Bib195

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