Hi guys,
It would be great if you could help. I need a formula to run a draw / sweepstakes.
Let's say there is a list of 500 names in the column B (numbers 1-500 in the column A) and I need to select 20 names at random without any doubles.
So far I only managed to come up with the formula:
=VLOOKUP(INT(RAND() * MAX(Records!A:A)),Records!A1:B$500, 2, FALSE)
It needs to be entered with F9 instead of Enter so that it does not change once I copy the formula to another cell.
Unfortunately this does not take care of the doubles. Once one of 500 records is selected it has to be excluded from the next round. How do I go about this?
Any help appreciated,
Tom
It would be great if you could help. I need a formula to run a draw / sweepstakes.
Let's say there is a list of 500 names in the column B (numbers 1-500 in the column A) and I need to select 20 names at random without any doubles.
So far I only managed to come up with the formula:
=VLOOKUP(INT(RAND() * MAX(Records!A:A)),Records!A1:B$500, 2, FALSE)
It needs to be entered with F9 instead of Enter so that it does not change once I copy the formula to another cell.
Unfortunately this does not take care of the doubles. Once one of 500 records is selected it has to be excluded from the next round. How do I go about this?
Any help appreciated,
Tom