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.
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.