Advanced Filter: Does Not Equal Text

Texas Longhorn

Active Member
Joined
Sep 30, 2003
Messages
493
This seems like a simple question, but I haven't found anything in Excel help or in searching the forum...

I have a list that I run an advanced filter on. One of the columns (E) has the heading "TYPE". In the column, most rows are blank, some say "RENEWAL" and some say "CAMPUS".

What is the syntax in E2 for Does Not Equal Renewal? Or do I have to do two criteria, ="=" and ="=CAMPUS"?

Thanks.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Yes, I had, and it didn't work. Of course, when I tried it again, it did. I must have thrown in a space or something. Clearly, it's Monday.

Thanks.
 
Upvote 0
Try the following which also eliminates empty cells...
Book13
DEFGH
1Type
2RENEWALFALSE
3Type
4CAMPUSCAMPUS
5ZXAZXA
6
7RENEWAL
8
Sheet1


The formula in G2 in the Criteria range G1:G2 is:

=AND(E2<>"RENEWAL",E2<>"")
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top