View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo Sheeloo is offline
external usenet poster
 
Posts: 793
Default Data set filtation

Put this formula in the first blank column and copy down
=MOD(ROW(),15)
This will put a 0 in row 15,30,45,...

You can filter on 0, copy visible cells and paste to another sheet...
---------------------
Click 'Yes' if this helps.

"BSU_Data" wrote:

I have a data set consisting of six columns and roughly 40,000 rows. I need
to be able to reduce the dataset in size by selecting every 15th row, and
then exporting the values of the 6 columns, ie I need to reduce my 40,000
rows to less than 3,000 and be able to cut and paste the 3,000 rows by six
columns into modelling software. This equal interval filtering seems like
basic data manipulation but I can't figure it in excel. The 40,000 rows have
unique non repeating time stamps (first column).

Thanks!
--
Thermophobe