Random List

K

Ken

I have a list of 15 numbers and I want to randomly pick 6
numbers from that list. How do I do it?
 
M

Mike Q

Ken

Go to Tools>>Add-Ins...>>Check Analysis ToolPack if not
checked.
Now in A1 type =randbetween(1,15).
Press F9 to rescramble.

Mike Q.
 
J

jeff

Hi,

One simple way is to number your list from 1 to 15;
in a separate cell enter =INT(RAND()*10).

each time you hit F9, you'll get a new random calculation.
use that. (You can also copy/drag this down to get a set
of random numbers.)

jeff
 
Top