Advanced filter Criteria

howard

Well-known Member
Joined
Jun 26, 2006
Messages
6,603
Office Version
  1. 2021
Platform
  1. Windows
I have the following data below


I want to extract the data on sheet1 containing <14%, >=15% and excluding % using advanced Filter but cannot get it to work


Book1
AB
1VALUEVat %
216.810.00%
325.250.00%
435.3714.00%
527.3913.00%
627.3915.00%
791.0112.00%
8309.250.00%
9169.2514.00%
10
11
Sheet1



See Sheet Advanced filter sheet below


Book1
ABCDEFGH
1VALUEVat %Vat %
216.810.00%<>0%
325.250.00%<14%
435.3714.00%>=15%
527.3913.00%
627.3915.00%
791.0112.00%
8309.250.00%
9169.2514.00%
10
11
12
13
14
15
16
17
18
19
ADVANCED fILTER





it would be appreciated if someone could kindly assist me
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi Howard,

You can use a formula-based criteria like this....

Clear cell H1 (it must be empty)
In H2: =AND(B2<>0,OR(B2<14%,B2>=15%))

In the Advanced Filter dialog, select H1:H2 as the Criteria Range.
 
Upvote 0
Hi Jerry

Thanks for the help. The formula for the criteria range works perfectly
 
Upvote 0

Forum statistics

Threads
1,224,814
Messages
6,181,125
Members
453,021
Latest member
Justyna P

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