Advanced Filter Criteria

AndrewKent

Well-known Member
Joined
Jul 26, 2006
Messages
889
Hi there folks,

I am setting up an Advanced Filter and was looking for some help. I know that entering *Result* in the Criteria Range would filter anything containing the word Result however how do I filter on something that DOES NOT contain a certain word? I have tried <>*Result* however this doesn't seem to work. Has anyone got any ideas?

Many thanks,

Andy
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Do you need to be using advanced filter? If you use an auto filter, you can specify “Does not equal” and enter a value.
 
Upvote 0
Hi Lewiy

I believe you meant "Does not contain" since Andy used the asterisks.

Kind regards
PGC
 
Upvote 0
Yes, I meant "Boes Not Contain" that was an error on my part, should read my posts before submitting them! Ooops!

I should also have been a bit more specfic, the data I need to filter out (does not contain) are any cells with the text values, CTF GCB, GEB etc in them. A normal auto filter doesn't cut it as it only has two options, this will need to contain at least ten.
 
Upvote 0
In that case use a formula, like:

=AND(ISERROR(FIND({"CTF","GCB","GEB"},A2)))

Hope this helps
PGC
 
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,638
Members
449,093
Latest member
Ahmad123098

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