advanced filters

  • Thread starter Thread starter jiwolf
  • Start date Start date
J

jiwolf

is it possible to use an advanced filter to find data that does not match a
condition?

for example, i have a file i need to filter that has one column that can
have a value of "k" or be empty. The filter easily finds those records that
have "k" in column c. How would i find those records that dont have a "k"
in them?

tia

peter
 
You can set up a Criteria range, say, in F1:F2 with F1 left empty and F2
housing:

=ISERR(SEARCH("k",C2))
 
Not sure you even need to use advanced filter, Auto Filter should do it if,
in the dropdown, you select Custom> Does not contain> k

HTH,
 
is it possible to use an advanced filter to find data that does not match a
condition?

for example, i have a file i need to filter that has one column that can
have a value of "k" or be empty. The filter easily finds those records that
have "k" in column c. How would i find those records that dont have a "k"
in them?

tia

peter
You don't need the advanced filter just the auto filter
In the drop down filter, select custom filter, in the 1st box select does
not equal, box to right type or select k from drop down.
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top