Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jct jct is offline
external usenet poster
 
Posts: 4
Default How do I display every 5th row of data from a worksheet in a new .

Need to display every nth row of data from an existing worksheet into a new
worksheet. Any suggestions? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default How do I display every 5th row of data from a worksheet in a new .

One way would be to use a helper column, listing 1-5, 1-5, 1-5 etc down the
column and then using the AutoFilter to pick out the rows with the 5 on
them.....

Vaya con Dios,
Chuck, CABGx3




"jct" wrote:

Need to display every nth row of data from an existing worksheet into a new
worksheet. Any suggestions? Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How do I display every 5th row of data from a worksheet in a new .

If the data is in Column A of Sheet1,

To display row 1, 6, 11, ... etc.,
Try this *anywhere* in Sheet2:
=INDEX(Sheet1!A:A,5*ROWS($1:1)-4)

To display Row 5, 10, 15, ...etc.
Try this *anywhere* in Sheet2:
=INDEX(Sheet1!A:A,5*ROWS($1:1))

And copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"jct" wrote in message
...
Need to display every nth row of data from an existing worksheet into a

new
worksheet. Any suggestions? Thanks


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display data from multiple worksheets' cells in one worksheet J! Excel Worksheet Functions 1 August 29th 06 08:53 PM
how do i filter data on one worksheet and display on another. excellent Excel Discussion (Misc queries) 1 June 22nd 06 12:15 PM
How do I display data in different worksheet in excel Hedgelayer2 Excel Discussion (Misc queries) 1 February 13th 06 03:34 AM
How do I display a formula on the worksheet Debi Excel Worksheet Functions 4 September 27th 05 09:40 PM
Macro to search for and display data in another worksheet Mark H Excel Worksheet Functions 0 June 14th 05 12:40 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"