Advanced Filter where criteria not met

tanny81

Board Regular
Joined
Mar 2, 2006
Messages
175
Hi All,

I am currently using an advance filter to show only records where data from my criteria range is present, however what I want to know is if I can do the opposite. So in essence I want to keep the same data in my criteria range, but only show records which don't meet this criteria.

Hopefully this makes sense.....

Thanks in advance
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Surround your current advanced filter formula with NOT:
=CurrentFormula
becomes
=NOT(CurrentFormula)
 
Upvote 0
Hi I've tried that, but I am getting a reference not valid error message.

For reference, I am filtering the list in place, my list range is Sheet1!$H:$H & my criteria range is Sheet2!$A$1:$A$26 This works fine, but when I change my criteria range to =not(Sheet2!$A$1:$A$26) I get the above mention error message.

Have I misunderstood something?
 
Upvote 0
No, I misunderstood. I thought you were using a formula for the advanced criteria. Do this, assuming you have column K available (arbitrary). In K2 (of sheet1) enter
=ISNA(MATCH(H2,Sheet2!$A$1:$A$26,0))
then when you use the advanced criteria, specify $K$1:$K$2 as the criteria range.
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,506
Members
449,089
Latest member
RandomExceller01

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