how to identify unique list of 200 random entries from a list of 3

  • Thread starter Thread starter Guest
  • Start date Start date
In a helper column next to your entries, enter =Rand() and fill down. Then
sort by the random column and take the top 200.

HTH
Regards,
Howard
 
the simplest way is to use a helper column next to the data set, enter =rand()
and paste to the bottom of the data.
you can either sort the two columns beased on the helper column and use just
the top 200 values
 
Back
Top