Results 1 to 2 of 2

Excel 2007 : Filtering out via a list

Threaded View

  1. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filtering out via a list

    An easy way would be to add a helper column that returns TRUE or FALSE based on if product ID is found in your subset.

    eg

    Assuming your product Id column is column A and your the IDs you want to filter is listed in Sheet2 A1:A10,

    Then in a new column of the data sheet enter formula like:

    =ISNUMBER(MATCH(A2,Sheet2!$A$1:$A$10,0))

    copied down.

    Now filter for TRUE on this column.


    To use Advanced Filter, make sure the title on Sheet2 listing the Product IDs is the same as the one in the Database... then while in the database select the table and invoke Advanced Filter, make sure your selected table is in the top field, the criteria field you need to point to the sheet2 table with header...
    Last edited by NBVC; 07-13-2011 at 10:19 AM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

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