View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Miloann Miloann is offline
external usenet poster
 
Posts: 1
Default Macros or functions

Is there existing macros or functions that I can perform the following
sampling logic?

I have a file with 500K transactions. Would like to start with a number and
select one transaction every 30 records. The total number of selected
transactions are 2000.

Thanks.