PC Review


Reply
Thread Tools Rate Thread

How can I get Exel to display every (eg) 35th row only?

 
 
=?Utf-8?B?YnJvd25pZWJvZHJ1bQ==?=
Guest
Posts: n/a
 
      15th Aug 2006
How can I get Exel to display every (eg) 35th row only?
 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      15th Aug 2006
Brownie,

Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula

=MOD(ROW()-2,$A$1)

and copy down to the bottom of your used range.

Then filter on column A, to show values of 0.

Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).

HTH,
Bernie
MS Excel MVP


"browniebodrum" <(E-Mail Removed)> wrote in message
news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
> How can I get Exel to display every (eg) 35th row only?



 
Reply With Quote
 
=?Utf-8?B?YnJvd25pZWJvZHJ1bQ==?=
Guest
Posts: n/a
 
      15th Aug 2006
Great, Bernie, that worked fine, thanks very much.

BrownieBodrum

"Bernie Deitrick" wrote:

> Brownie,
>
> Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula
>
> =MOD(ROW()-2,$A$1)
>
> and copy down to the bottom of your used range.
>
> Then filter on column A, to show values of 0.
>
> Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).
>
> HTH,
> Bernie
> MS Excel MVP
>
>
> "browniebodrum" <(E-Mail Removed)> wrote in message
> news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
> > How can I get Exel to display every (eg) 35th row only?

>
>
>

 
Reply With Quote
 
=?Utf-8?B?YnJvd25pZWJvZHJ1bQ==?=
Guest
Posts: n/a
 
      15th Aug 2006
Can I please extend this line of enquiry? I might be going about it the
wrong way.

I've got a huge spreadsheet (a dump of a web page with booking forms data on
it) and I just want to pick out the 'organisation' field, to make sure I
haven't omitted anyone's booking. The 'organisation' field is in cell B2,
then every 33 rows further down, ie B35, B68 etc. Using your solution below,
(thanks!) I can now SEE just the organisations, but if I then want to use
just those cells in another spreadsheet, what's the best way to
select/identify them (eg so I can cut and paste them or sort them
alphabetically in another spreadsheet)?

"Bernie Deitrick" wrote:

> Brownie,
>
> Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula
>
> =MOD(ROW()-2,$A$1)
>
> and copy down to the bottom of your used range.
>
> Then filter on column A, to show values of 0.
>
> Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).
>
> HTH,
> Bernie
> MS Excel MVP
>
>
> "browniebodrum" <(E-Mail Removed)> wrote in message
> news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
> > How can I get Exel to display every (eg) 35th row only?

>
>
>

 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      15th Aug 2006
Simply select the entire range and press Ctrl-C to copy them. When you paste them elsewhere, Excel
will remove the rows that were hidden by the filter, and you will get your compacted list.

HTH,
Bernie
MS Excel MVP


"browniebodrum" <(E-Mail Removed)> wrote in message
news:3AC4A4CE-3667-4547-AB1E-(E-Mail Removed)...
> Can I please extend this line of enquiry? I might be going about it the
> wrong way.
>
> I've got a huge spreadsheet (a dump of a web page with booking forms data on
> it) and I just want to pick out the 'organisation' field, to make sure I
> haven't omitted anyone's booking. The 'organisation' field is in cell B2,
> then every 33 rows further down, ie B35, B68 etc. Using your solution below,
> (thanks!) I can now SEE just the organisations, but if I then want to use
> just those cells in another spreadsheet, what's the best way to
> select/identify them (eg so I can cut and paste them or sort them
> alphabetically in another spreadsheet)?
>
> "Bernie Deitrick" wrote:
>
>> Brownie,
>>
>> Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula
>>
>> =MOD(ROW()-2,$A$1)
>>
>> and copy down to the bottom of your used range.
>>
>> Then filter on column A, to show values of 0.
>>
>> Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).
>>
>> HTH,
>> Bernie
>> MS Excel MVP
>>
>>
>> "browniebodrum" <(E-Mail Removed)> wrote in message
>> news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
>> > How can I get Exel to display every (eg) 35th row only?

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?YnJvd25pZWJvZHJ1bQ==?=
Guest
Posts: n/a
 
      15th Aug 2006
Ah, I see. Sorry, I should have tried that first - I know 'hide' doesn't
work like that, that gives you the whole range including the hidden rows, so
I thought the effect would be the same when they'd been filtered. That's a
further useful thing I've learned today. Many thanks, again.

"Bernie Deitrick" wrote:

> Simply select the entire range and press Ctrl-C to copy them. When you paste them elsewhere, Excel
> will remove the rows that were hidden by the filter, and you will get your compacted list.
>
> HTH,
> Bernie
> MS Excel MVP
>
>
> "browniebodrum" <(E-Mail Removed)> wrote in message
> news:3AC4A4CE-3667-4547-AB1E-(E-Mail Removed)...
> > Can I please extend this line of enquiry? I might be going about it the
> > wrong way.
> >
> > I've got a huge spreadsheet (a dump of a web page with booking forms data on
> > it) and I just want to pick out the 'organisation' field, to make sure I
> > haven't omitted anyone's booking. The 'organisation' field is in cell B2,
> > then every 33 rows further down, ie B35, B68 etc. Using your solution below,
> > (thanks!) I can now SEE just the organisations, but if I then want to use
> > just those cells in another spreadsheet, what's the best way to
> > select/identify them (eg so I can cut and paste them or sort them
> > alphabetically in another spreadsheet)?
> >
> > "Bernie Deitrick" wrote:
> >
> >> Brownie,
> >>
> >> Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula
> >>
> >> =MOD(ROW()-2,$A$1)
> >>
> >> and copy down to the bottom of your used range.
> >>
> >> Then filter on column A, to show values of 0.
> >>
> >> Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).
> >>
> >> HTH,
> >> Bernie
> >> MS Excel MVP
> >>
> >>
> >> "browniebodrum" <(E-Mail Removed)> wrote in message
> >> news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
> >> > How can I get Exel to display every (eg) 35th row only?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      15th Aug 2006
brownie

Just for info...........

When rows are hidden, you can select a range including hidden rows and
F5>Special>Visible cells only>OK

Copy those and the hidden rows won't copy.


Gord Dibben MS Excel MVP

On Tue, 15 Aug 2006 07:54:02 -0700, browniebodrum
<(E-Mail Removed)> wrote:

>Ah, I see. Sorry, I should have tried that first - I know 'hide' doesn't
>work like that, that gives you the whole range including the hidden rows, so
>I thought the effect would be the same when they'd been filtered. That's a
>further useful thing I've learned today. Many thanks, again.
>
>"Bernie Deitrick" wrote:
>
>> Simply select the entire range and press Ctrl-C to copy them. When you paste them elsewhere, Excel
>> will remove the rows that were hidden by the filter, and you will get your compacted list.
>>
>> HTH,
>> Bernie
>> MS Excel MVP
>>
>>
>> "browniebodrum" <(E-Mail Removed)> wrote in message
>> news:3AC4A4CE-3667-4547-AB1E-(E-Mail Removed)...
>> > Can I please extend this line of enquiry? I might be going about it the
>> > wrong way.
>> >
>> > I've got a huge spreadsheet (a dump of a web page with booking forms data on
>> > it) and I just want to pick out the 'organisation' field, to make sure I
>> > haven't omitted anyone's booking. The 'organisation' field is in cell B2,
>> > then every 33 rows further down, ie B35, B68 etc. Using your solution below,
>> > (thanks!) I can now SEE just the organisations, but if I then want to use
>> > just those cells in another spreadsheet, what's the best way to
>> > select/identify them (eg so I can cut and paste them or sort them
>> > alphabetically in another spreadsheet)?
>> >
>> > "Bernie Deitrick" wrote:
>> >
>> >> Brownie,
>> >>
>> >> Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula
>> >>
>> >> =MOD(ROW()-2,$A$1)
>> >>
>> >> and copy down to the bottom of your used range.
>> >>
>> >> Then filter on column A, to show values of 0.
>> >>
>> >> Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).
>> >>
>> >> HTH,
>> >> Bernie
>> >> MS Excel MVP
>> >>
>> >>
>> >> "browniebodrum" <(E-Mail Removed)> wrote in message
>> >> news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
>> >> > How can I get Exel to display every (eg) 35th row only?
>> >>
>> >>
>> >>

>>
>>
>>


 
Reply With Quote
 
=?Utf-8?B?YnJvd25pZWJvZHJ1bQ==?=
Guest
Posts: n/a
 
      16th Aug 2006
Great, thanks - another useful tip I didn't know...

"Gord Dibben" wrote:

> brownie
>
> Just for info...........
>
> When rows are hidden, you can select a range including hidden rows and
> F5>Special>Visible cells only>OK
>
> Copy those and the hidden rows won't copy.
>
>
> Gord Dibben MS Excel MVP
>
> On Tue, 15 Aug 2006 07:54:02 -0700, browniebodrum
> <(E-Mail Removed)> wrote:
>
> >Ah, I see. Sorry, I should have tried that first - I know 'hide' doesn't
> >work like that, that gives you the whole range including the hidden rows, so
> >I thought the effect would be the same when they'd been filtered. That's a
> >further useful thing I've learned today. Many thanks, again.
> >
> >"Bernie Deitrick" wrote:
> >
> >> Simply select the entire range and press Ctrl-C to copy them. When you paste them elsewhere, Excel
> >> will remove the rows that were hidden by the filter, and you will get your compacted list.
> >>
> >> HTH,
> >> Bernie
> >> MS Excel MVP
> >>
> >>
> >> "browniebodrum" <(E-Mail Removed)> wrote in message
> >> news:3AC4A4CE-3667-4547-AB1E-(E-Mail Removed)...
> >> > Can I please extend this line of enquiry? I might be going about it the
> >> > wrong way.
> >> >
> >> > I've got a huge spreadsheet (a dump of a web page with booking forms data on
> >> > it) and I just want to pick out the 'organisation' field, to make sure I
> >> > haven't omitted anyone's booking. The 'organisation' field is in cell B2,
> >> > then every 33 rows further down, ie B35, B68 etc. Using your solution below,
> >> > (thanks!) I can now SEE just the organisations, but if I then want to use
> >> > just those cells in another spreadsheet, what's the best way to
> >> > select/identify them (eg so I can cut and paste them or sort them
> >> > alphabetically in another spreadsheet)?
> >> >
> >> > "Bernie Deitrick" wrote:
> >> >
> >> >> Brownie,
> >> >>
> >> >> Insert a new column A. The put the number 35 into cell A1, then in A2, use the formula
> >> >>
> >> >> =MOD(ROW()-2,$A$1)
> >> >>
> >> >> and copy down to the bottom of your used range.
> >> >>
> >> >> Then filter on column A, to show values of 0.
> >> >>
> >> >> Change the value in cell A1 to show different row counts (i.e., 10 to show every tenth row).
> >> >>
> >> >> HTH,
> >> >> Bernie
> >> >> MS Excel MVP
> >> >>
> >> >>
> >> >> "browniebodrum" <(E-Mail Removed)> wrote in message
> >> >> news:E62D3169-7322-4C07-9860-(E-Mail Removed)...
> >> >> > How can I get Exel to display every (eg) 35th row only?
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>

 
Reply With Quote
 
Věra Husárvá
Guest
Posts: n/a
 
      21st Aug 2009


browniebodrum pÃ*Å¡e:

> How can I get Exel to display every (eg) 35th row only?

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      21st Aug 2009
Put this in a helper column:

=MOD(ROW(A1)-1,35)+1

and copy down as far as required. It will give you the numbers 1 to35
and then repeat these over and again. Apply autofilter to this column,
and just choose any number from the filter pull-down (eg 10) to
display rows 10, 45, 80 etc.

Hope this helps.

Pete

On Aug 21, 1:10*am, Vìra Husárvá <Vera
Husárvá@discussions.microsoft.com> wrote:
> browniebodrum pí¹e:
>
>
>
> > How can I get Exel to display every (eg) 35th row only?- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exel will not display previously opened files jjxray7154 Microsoft Excel Discussion 3 15th Jun 2008 09:22 PM
Outlook should display "ContactName's 35th Birthday" according to. =?Utf-8?B?UlNU?= Microsoft Outlook Calendar 0 1st Mar 2005 10:35 PM
evaluate vs. display formula (exel 2k3) Ken Piper Microsoft Excel Discussion 5 3rd Apr 2004 03:37 AM
RE: how to display exel databes in table =?Utf-8?B?U3VzYW4=?= Microsoft Frontpage 0 26th Nov 2003 02:36 PM
Re: how to display exel databes in table Stefan B Rusynko Microsoft Frontpage 0 24th Sep 2003 10:32 AM


Features
 

Advertising
 

Newsgroups
 


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