+ Reply to Thread
Results 1 to 8 of 8

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

  1. #1
    browniebodrum
    Guest

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

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

  2. #2
    Bernie Deitrick
    Guest

    Re: 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" <browniebodrum@discussions.microsoft.com> wrote in message
    news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    > How can I get Exel to display every (eg) 35th row only?




  3. #3
    browniebodrum
    Guest

    Re: 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" <browniebodrum@discussions.microsoft.com> wrote in message
    > news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    > > How can I get Exel to display every (eg) 35th row only?

    >
    >
    >


  4. #4
    browniebodrum
    Guest

    Re: 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" <browniebodrum@discussions.microsoft.com> wrote in message
    > news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    > > How can I get Exel to display every (eg) 35th row only?

    >
    >
    >


  5. #5
    Bernie Deitrick
    Guest

    Re: 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" <browniebodrum@discussions.microsoft.com> wrote in message
    news:3AC4A4CE-3667-4547-AB1E-F09E5D946835@microsoft.com...
    > 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" <browniebodrum@discussions.microsoft.com> wrote in message
    >> news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    >> > How can I get Exel to display every (eg) 35th row only?

    >>
    >>
    >>




  6. #6
    browniebodrum
    Guest

    Re: 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" <browniebodrum@discussions.microsoft.com> wrote in message
    > news:3AC4A4CE-3667-4547-AB1E-F09E5D946835@microsoft.com...
    > > 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" <browniebodrum@discussions.microsoft.com> wrote in message
    > >> news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    > >> > How can I get Exel to display every (eg) 35th row only?
    > >>
    > >>
    > >>

    >
    >
    >


  7. #7
    Gord Dibben
    Guest

    Re: 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
    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
    <browniebodrum@discussions.microsoft.com> 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" <browniebodrum@discussions.microsoft.com> wrote in message
    >> news:3AC4A4CE-3667-4547-AB1E-F09E5D946835@microsoft.com...
    >> > 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" <browniebodrum@discussions.microsoft.com> wrote in message
    >> >> news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    >> >> > How can I get Exel to display every (eg) 35th row only?
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>



  8. #8
    browniebodrum
    Guest

    Re: 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
    > 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
    > <browniebodrum@discussions.microsoft.com> 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" <browniebodrum@discussions.microsoft.com> wrote in message
    > >> news:3AC4A4CE-3667-4547-AB1E-F09E5D946835@microsoft.com...
    > >> > 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" <browniebodrum@discussions.microsoft.com> wrote in message
    > >> >> news:E62D3169-7322-4C07-9860-0934DD3D213B@microsoft.com...
    > >> >> > How can I get Exel to display every (eg) 35th row only?
    > >> >>
    > >> >>
    > >> >>
    > >>
    > >>
    > >>

    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0