Random generator

  • Thread starter Thread starter SKA
  • Start date Start date
S

SKA

Hi,

I would like to know if Excel can randomly select a
string from a given list.
 
Let's say your list is in A1:A100

=INDEX(A1:A100,INT(RAND()*100)+1)

If you have the ATP loaded, you could use

=INDEX(A1:A100,RANDBETWEEN(1-100))
 

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