random numbers

  • Thread starter Thread starter afdmello
  • Start date Start date
A

afdmello

I have organized a quiz and decided on rewarding 10 correct entries.
I have made a list of the staff ID and the corresponding name of all the
correct entries.

Is there a way I can get any ten staff IDs from the list at random?
 
I have organized a quiz and decided on rewarding 10 correct entries.
I have made a list of the staff ID and the corresponding name of all the
correct entries.

Is there a way I can get any ten staff IDs from the list at random?


If your names are in column A enter the following formula in cell B1:
=RAND()
copy the formula down as far as you have names in column A.

Finally sort columns A and B. (Use Sort by Column B).
Then winners are the 10 top names in column A.

Hope this helps / Lars-Åke
 
Thank you Lars,

Can I execute the suggestions by you by the press of a button or key like a
macro.
afd
 

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

referencing data to a table 1
Excel Staff Grade and Shift 0
Comparison Formula 2
randomly fill 3
Random Numbers 2
Function needed? 1
Range with 2 validations 5
Selecting rows within a range 5

Back
Top