+ Reply to Thread
Results 1 to 3 of 3

Filtering data from one worksheet based on another

  1. #1
    SKKB
    Guest

    Filtering data from one worksheet based on another

    I need to display the rows in spreadsheet A based on whether a numerical
    value in a particular column has the same value in a corresponding column of
    spreadsheet B for example:

    Spreadhseet A Spreadsheet B
    1 2
    3 3
    5 6
    6 7
    7 8

    The resulting filtered display should be

    3
    6
    7

    With all other data in the associated rows.

    Thanks



  2. #2
    Dave Peterson
    Guest

    Re: Filtering data from one worksheet based on another

    I would use a helper column (new column A???).

    Put formula like:
    =isnumber(match(b2,sheet2!a:a,0))
    (headers in Row 1)

    Then apply data|filter|autofilter
    filter to show True's


    SKKB wrote:
    >
    > I need to display the rows in spreadsheet A based on whether a numerical
    > value in a particular column has the same value in a corresponding column of
    > spreadsheet B for example:
    >
    > Spreadhseet A Spreadsheet B
    > 1 2
    > 3 3
    > 5 6
    > 6 7
    > 7 8
    >
    > The resulting filtered display should be
    >
    > 3
    > 6
    > 7
    >
    > With all other data in the associated rows.
    >
    > Thanks


    --

    Dave Peterson

  3. #3
    SKKB
    Guest

    Re: Filtering data from one worksheet based on another

    Dave,
    Your formula and approach made me look like a hero.

    Thanks,
    Suresh

    "Dave Peterson" wrote:

    > I would use a helper column (new column A???).
    >
    > Put formula like:
    > =isnumber(match(b2,sheet2!a:a,0))
    > (headers in Row 1)
    >
    > Then apply data|filter|autofilter
    > filter to show True's
    >
    >
    > SKKB wrote:
    > >
    > > I need to display the rows in spreadsheet A based on whether a numerical
    > > value in a particular column has the same value in a corresponding column of
    > > spreadsheet B for example:
    > >
    > > Spreadhseet A Spreadsheet B
    > > 1 2
    > > 3 3
    > > 5 6
    > > 6 7
    > > 7 8
    > >
    > > The resulting filtered display should be
    > >
    > > 3
    > > 6
    > > 7
    > >
    > > With all other data in the associated rows.
    > >
    > > Thanks

    >
    > --
    >
    > Dave Peterson
    >


+ 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.6.0 RC 1