How can I randomize digits in Excell?

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

Guest

For example: I have a row of 6 digits, number 1 to 6, which I want to
randomize over 30 trials... how can i do this?
I'm working with micr. excell 2003.
 
Try this (to be copied in a 30x6 range):
=INDEX($A$1:$F$1,1,INT(RAND()*6)+1)

HTH
 

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