Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom
 
Posts: n/a
Default How do I display every 5th row?

In excel how do I display every 5th row from sheet 1 and place it in sheet 2?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default How do I display every 5th row?

Use something like this, might have to personalize it because I assumed both
data sets began in A1:

=OFFSET(Sheet1!$A$1,ROW()*5-1,0)


--
Regards,
Dave


"Tom" wrote:

In excel how do I display every 5th row from sheet 1 and place it in sheet 2?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom
 
Posts: n/a
Default How do I display every 5th row?

Now that works I need to take it one more step, I need to remove all dup
records.

"David Billigmeier" wrote:

Use something like this, might have to personalize it because I assumed both
data sets began in A1:

=OFFSET(Sheet1!$A$1,ROW()*5-1,0)


--
Regards,
Dave


"Tom" wrote:

In excel how do I display every 5th row from sheet 1 and place it in sheet 2?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KS KS is offline
external usenet poster
 
Posts: 33
Default How do I display every 5th row?

I am trying to do a similar task, but for me it's every 27th row.

I tried using the formula you provided for Tom, but I received an "invalid"
error.

This is the formula I used: =OFFSET('Elem Bnchmrk'!$B$17:$C$17,ROW()*27-1,0)

Please help!
--
KS


"David Billigmeier" wrote:

Use something like this, might have to personalize it because I assumed both
data sets began in A1:

=OFFSET(Sheet1!$A$1,ROW()*5-1,0)


--
Regards,
Dave


"Tom" wrote:

In excel how do I display every 5th row from sheet 1 and place it in sheet 2?

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
how to display numbers in thousands i.e display 10,000 as 10 excel2002 Excel Worksheet Functions 4 April 26th 06 07:53 PM
how to display subjects taught by a specific teacher upon selection of the teacher name in a drop down box janice fernandes New Users to Excel 5 March 9th 06 12:24 PM
How to display results to certain number of significant figures Coeliac Excel Discussion (Misc queries) 1 January 10th 06 12:04 PM
How do you display Greek and Russian languages in excel? Mark Hayden Excel Discussion (Misc queries) 1 August 1st 05 08:06 AM
Combine & Display “Fixed” & “Automatically Updated” Date Parts texcel Excel Worksheet Functions 1 November 1st 04 05:38 PM


All times are GMT +1. The time now is 02:29 AM.

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

About Us

"It's about Microsoft Excel"