Selecting one every four other rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Another need from a helpless analyst.

I need to be able to select rows from a large database. I need to get the
row 2, then row 5 and so on. I need to do this for a random sorting for
surveys. Of course if anyone has a way to randomly select rows it'd be even
better :D

Regards
Juan Eduardo
 
in the next available column put in the formula

=rand()

then drag fill down the column. Sort the data on this column, then select
the first "N" rows for your sample.
 

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