View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove Harlan Grove is offline
external usenet poster
 
Posts: 733
Default Generate random number from a list

Barb Reinhardt wrote...
Tools - Add-ins ... Select Analysis tool pack.

Enter this in the cell for your random values.

=INDIRECT("A"&RANDBETWEEN(2,300))

....

Unnecessary. Could be achieved using

=INDEX($A$2:$A$300,2+INT(299*RAND()))