need to set up a formula to pick random numbers

J

Joe

i have a list of numbers and i would the computer to pick 6 of them .
1,2,3,5,6,13,16,17,18,20,21,22,23,25,26,27,28,32,34,35,36,40,42,44,46,47,48,50 and 50. this is for the lotto. each time i need to get 6 new numbers.
I have no back ground so please make this as easy as you can thank

Joe
 
S

Sheeloo

Courtsey MAX who gave this solution yesterday....

Enter your numbers in Col A

Put in B1: =RAND()
Copy down to B6

Put in C1: =INDEX(A:A,RANK(B1,$B$1:$B$6))
Copy C1 down to say, C6, to return 6 random names from the list in col A
Press F9 to regenerate.
 
J

Joe

IN B1 I PUT =RAND() AND IT DIDNT WORK
Sheeloo said:
Courtsey MAX who gave this solution yesterday....

Enter your numbers in Col A

Put in B1: =RAND()
Copy down to B6

Put in C1: =INDEX(A:A,RANK(B1,$B$1:$B$6))
Copy C1 down to say, C6, to return 6 random names from the list in col A
Press F9 to regenerate.
 
S

Sheeloo

I can't think of any reason for its failure...

What happens when you put =RAND() in B1 and hit ENTER?

If you can share your email id then I can mail a worksheet with the formulae
filled in.

My id is (e-mail address removed). You can write to me there if you do not
want to publish your email.
 

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

Top