Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Need to display every nth row of data from an existing worksheet into a new
worksheet. Any suggestions? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display data from multiple worksheets' cells in one worksheet | Excel Worksheet Functions | |||
how do i filter data on one worksheet and display on another. | Excel Discussion (Misc queries) | |||
How do I display data in different worksheet in excel | Excel Discussion (Misc queries) | |||
How do I display a formula on the worksheet | Excel Worksheet Functions | |||
Macro to search for and display data in another worksheet | Excel Worksheet Functions |