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
Use a helper cell to number the rows 1-10 repeatedly, and then filter on
the desired number.
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.