RAND FUNCTION

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I AM TRYING TO CREATE A LIST OF 10 RANDOM SAMPLES WITH TWO DIGIT NUMBERS FROM
A 5 X 5 MATRIX THAT I ALREADY CREATED. HOW DO I INPUT THE COLUMN, ROW AND THE
STARTING NUMBER>
 
Duplicates are possible:

=INDEX($A$1:$E$5,INT(RAND()*5+1),INT(RAND()*5+1))

Copy to 10 cells.

Biff
 

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

Back
Top