View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default sorting out rows

Try this:

=INDEX(Sheet1!A:A,5*ROWS($1:1)-5)

And copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Tom" wrote in message
...
I have 1000 rows of data and i want to copy or link every 5th row to
another
sheet...
thanks...