Filter a range where criteria is the result from a function that uses 2-fields in the range

deecee

New Member
Joined
Dec 1, 2018
Messages
2
Here is what I've tried. MReg_2 is a function where the result (X) will be either 0, 1, 2. c is a cell (offset of field 28), holding a text entry which is numeric or alpha/numeric (e.g. "17" or "127x" but only the numeric value is used. MDate is a date. OS is win 7, Excel is 2007. I'm hoping this is possible if I can get the syntax correct. Can anyone help?
ActiveSheet.Range("$A$1:$AY$1824").AutoFilter Field:=28, _
Criteria1:=MReg_2(Val(c), MDate) =X, _
Operator:=xlFilterValues

Many thanks in anticipation. Even if it isn't possible, it all adds to the sum of knowledge.

DeeCee
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,214,839
Messages
6,121,892
Members
449,058
Latest member
Guy Boot

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