A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Filter



 
 
Thread Tools Display Modes
  #1  
Old March 7th, 2008, 01:47 PM posted to microsoft.public.excel.worksheet.functions
Deborah
external usenet poster
 
Posts: 99
Default Filter

I have a worksheet with 716 rows I need to select every 17th row. How do I
do that?
  #2  
Old March 7th, 2008, 02:04 PM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Filter

Helper column with the formula =MOD(ROW(),17), and autofilter by that?
--
David Biddulph

"Deborah" wrote in message
...
I have a worksheet with 716 rows I need to select every 17th row. How do I
do that?



  #3  
Old March 7th, 2008, 02:34 PM posted to microsoft.public.excel.worksheet.functions
Deborah
external usenet poster
 
Posts: 99
Default Filter

Thank you.

"David Biddulph" wrote:

Helper column with the formula =MOD(ROW(),17), and autofilter by that?
--
David Biddulph

"Deborah" wrote in message
...
I have a worksheet with 716 rows I need to select every 17th row. How do I
do that?




  #4  
Old March 7th, 2008, 02:38 PM posted to microsoft.public.excel.worksheet.functions
Deborah
external usenet poster
 
Posts: 99
Default Filter

David I must be really uneducated but can you give me step by step?

"David Biddulph" wrote:

Helper column with the formula =MOD(ROW(),17), and autofilter by that?
--
David Biddulph

"Deborah" wrote in message
...
I have a worksheet with 716 rows I need to select every 17th row. How do I
do that?




  #5  
Old March 7th, 2008, 06:22 PM posted to microsoft.public.excel.worksheet.functions
Roger Govier[_3_]
external usenet poster
 
Posts: 2,297
Default Filter

Hi Deborah

If you add another column to your exiting table let's say your data is in
A:M, then it is column N.
In N1 enter
=MOD(ROW(),17)
and fill down column N by double clicking the fill handle twice (the fill
handle is the small solid black cross that you see when you hover over the
bottom right corner of a cell)
This will put the sequence of numbers 1 through 16, then 0 for the 17th row
continuing on down the column.
Apply DataFilterAutofilter and use the dropdown on column N to select 0,
and you will have every 17th row.

--
Regards
Roger Govier

"Deborah" wrote in message
...
David I must be really uneducated but can you give me step by step?

"David Biddulph" wrote:

Helper column with the formula =MOD(ROW(),17), and autofilter by that?
--
David Biddulph

"Deborah" wrote in message
...
I have a worksheet with 716 rows I need to select every 17th row. How
do I
do that?




  #6  
Old September 22nd, 2008, 03:30 PM posted to microsoft.public.excel.worksheet.functions
Tammy
external usenet poster
 
Posts: 534
Default Filter

Thanks so much for taking the time to write out these steps, Roger. I had a
similar question, but hadn't read this post. I received the formula from
David, as well, but wasn't sure what a "helper column" was. Before I went
back to ask him, I thought I would look at a few more posts to see if it was
explained. Your explanation was exactly what I needed, too. Thanks!

"Roger Govier" wrote:

Hi Deborah

If you add another column to your exiting table let's say your data is in
A:M, then it is column N.
In N1 enter
=MOD(ROW(),17)
and fill down column N by double clicking the fill handle twice (the fill
handle is the small solid black cross that you see when you hover over the
bottom right corner of a cell)
This will put the sequence of numbers 1 through 16, then 0 for the 17th row
continuing on down the column.
Apply DataFilterAutofilter and use the dropdown on column N to select 0,
and you will have every 17th row.

--
Regards
Roger Govier

"Deborah" wrote in message
...
David I must be really uneducated but can you give me step by step?

"David Biddulph" wrote:

Helper column with the formula =MOD(ROW(),17), and autofilter by that?
--
David Biddulph

"Deborah" wrote in message
...
I have a worksheet with 716 rows I need to select every 17th row. How
do I
do that?



  #7  
Old September 22nd, 2008, 06:02 PM posted to microsoft.public.excel.worksheet.functions
Roger Govier[_3_]
external usenet poster
 
Posts: 2,297
Default Filter

You're very welcome, Tammy.
Glad you found it useful and thanks for letting us know.

--
Regards
Roger Govier

"Tammy" wrote in message
...
Thanks so much for taking the time to write out these steps, Roger. I had
a
similar question, but hadn't read this post. I received the formula from
David, as well, but wasn't sure what a "helper column" was. Before I went
back to ask him, I thought I would look at a few more posts to see if it
was
explained. Your explanation was exactly what I needed, too. Thanks!

"Roger Govier" wrote:

Hi Deborah

If you add another column to your exiting table let's say your data is in
A:M, then it is column N.
In N1 enter
=MOD(ROW(),17)
and fill down column N by double clicking the fill handle twice (the fill
handle is the small solid black cross that you see when you hover over
the
bottom right corner of a cell)
This will put the sequence of numbers 1 through 16, then 0 for the 17th
row
continuing on down the column.
Apply DataFilterAutofilter and use the dropdown on column N to select
0,
and you will have every 17th row.

--
Regards
Roger Govier

"Deborah" wrote in message
...
David I must be really uneducated but can you give me step by step?

"David Biddulph" wrote:

Helper column with the formula =MOD(ROW(),17), and autofilter by that?
--
David Biddulph

"Deborah" wrote in message
...
I have a worksheet with 716 rows I need to select every 17th row.
How
do I
do that?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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