Random generator

  • Thread starter Thread starter SKA
  • Start date Start date
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))
 
Back
Top