ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Filter away rows of data (https://www.excelbanter.com/excel-discussion-misc-queries/216585-filter-away-rows-data.html)

PGA

Filter away rows of data
 
I have a huge amount of data and I only want to use every tenth row of data.
How do I do to filter out the data?

Max

Filter away rows of data
 
Assume source data in Sheet1's cols A to C from row1 down
In another sheet,
place in say, A1:
=OFFSET(Sheet1!$A$1,ROWS($1:1)*10-10,COLUMNS($A:A)-1)
Copy A1 across to C1, fill down as far as required
This extracts every 10th row in Sheet1 starting from row1, viz:
A1:C1, then A11:C11, then A21:C21 and so on
Adapt the "10" to suit
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"PGA" wrote:
I have a huge amount of data and I only want to use every tenth row of data.
How do I do to filter out the data?


Bob I

Filter away rows of data
 
Use a helper cell to number the rows 1-10 repeatedly, and then filter on
the desired number.

PGA wrote:

I have a huge amount of data and I only want to use every tenth row of data.
How do I do to filter out the data?




All times are GMT +1. The time now is 09:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com