Random Samples

R

random

I am interested in pulling a random sample of a excel spreadsheep. The
spreadsheet is populated with 132,000 rows.
 
B

Bob I

In a helper column, put =Rand(), sort the sheet on that column, pick the
desired number of rows as the sample.
 
Top