Multiple Criteria, value and color filtering

3nduranc3

New Member
Joined
May 27, 2013
Messages
17
Hey All,

I was trying to do something, but this is not working, clearly. I would like to filter a table according to 1 column. I want to filter those values, which are named "AA" and "BB" and have a color of white or green, RBG codes are in my command.

Code:
ActiveSheet.Range("$A$1:$AB$4523").AutoFilter Field:=28, Criteria1:="=AA", Operator:=xlOr, Criteria2:="=BB", Operator:=xlOr, Criteria3:=RGB(255 _
        , 255, 255), 'Operator:=xlFilterCellColor, Operator:=xlOr, Criteria4:=RGB(146 _
        , 208, 80), Operator:=xlFilterCellColor

But its not working. How could I solve this?

Thanks in advance,

Ambrus
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
HI..

Quick look at it.. autofilter only allows for 2 Criterias..
You may need to set up multiple separate autofilters..
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,660
Members
449,462
Latest member
Chislobog

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