ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How can I get Exel to display every (eg) 35th row only? (https://www.excelbanter.com/excel-worksheet-functions/105081-how-can-i-get-exel-display-every-eg-35th-row-only.html)

browniebodrum

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

Bernie Deitrick

How can I get Exel to display every (eg) 35th row only?
 
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?




browniebodrum

How can I get Exel to display every (eg) 35th row only?
 
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?





browniebodrum

How can I get Exel to display every (eg) 35th row only?
 
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?





Bernie Deitrick

How can I get Exel to display every (eg) 35th row only?
 
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" wrote in message
...
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?







browniebodrum

How can I get Exel to display every (eg) 35th row only?
 
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" wrote in message
...
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?







Gord Dibben

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

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

When rows are hidden, you can select a range including hidden rows and
F5SpecialVisible cells onlyOK

Copy those and the hidden rows won't copy.


Gord Dibben MS Excel MVP

On Tue, 15 Aug 2006 07:54:02 -0700, browniebodrum
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" wrote in message
...
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?








browniebodrum

How can I get Exel to display every (eg) 35th row only?
 
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
F5SpecialVisible cells onlyOK

Copy those and the hidden rows won't copy.


Gord Dibben MS Excel MVP

On Tue, 15 Aug 2006 07:54:02 -0700, browniebodrum
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" wrote in message
...
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" wrote in message
...
How can I get Exel to display every (eg) 35th row only?









Věra Husárvá

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


browniebodrum pÃ*Å¡e:

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


Pete_UK

How can I get Exel to display every (eg) 35th row only?
 
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
wrote:
browniebodrum pí¹e:



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


- Show quoted text -




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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com