S
Stuart
Can I filter a group of items based on a list but return things NOT on the
list.
list.
Debra Dalgleish said:For an Advanced Filter, you can use a formula instead of specific
criteria, if you use a blank heading cell, or a heading that's not in
the main table.
The COUNTIF formula checks each row's entry in column G, to see if it's
in the MyList table. If it's not in the list, the count is zero, so that
row passes the filter test, and would be included in the output.
There are a few other examples of formulas here:
http://www.contextures.com/xladvfilter02.html