Excel 2007: Filtering out rows in a table based on a list

Posted by Sam Johnson on Super User See other posts from Super User or by Sam Johnson
Published on 2011-08-12T17:58:03Z Indexed on 2012/06/29 9:18 UTC
Read the original article Hit count: 230

I have a large table that looks like this:

ID      String
1       abcde
2       defgh
3       defgh
4       defgh
5       ijkl
6       ijkl
7       mnop
8       qrst

I want to selectivley hide rows by populating a list of filterd values. For example, I'd like to filter out (hide) all rows that contain 'ef', 'kl', and 'qr'. Is there an easy way to do this?

I know how to use Advanced filters to include only the rows that contain those substrings, but not the inverse. Has anyone does this before?

© Super User or respective owner

Related posts about microsoft-excel

Related posts about excel-2007