I have successfully used the following to filters for ="=" (Blanks only) and ``="<>" (Non-blanks only)
However it isn't working with a large range for some reason. If I look for a value, ie ="*CC"
then the filter is applied as expected.
Any ideas as to why my Blank and Non-Blank filters might be failing?
Cheers
** LATEST UPDATE ** Am pretty sure the underlying issue is that the value of the column I want to filter is the result of a formula! Anyone know how to handle that?
** UPDATE ** This is a partial view of the data I want to filter (it's a ListObject)
Here is the criteria range. It's located on a separate worksheet (which shouldn't matter, and again, is working fine searching for a given value (ie "LNG")
And finally, this is a picture of the desired result of filtering out blanks:
I can easily get this with AutoFilter of course, but this is a large table and I am using VBA to switch between different analytical views. The AdvancedFilter is more appropriate in this context.
** UPDATE ** I have the same issue whether I apply the filter manually or via code, which further leads me to believe there is something flaky about the filter itself. The code has been successfully tested, and so in fact has the filter on a simple table.
I tried changing the type of the 'Position' column cells (currently it's Text). Just a head scratcher at the moment
=<>""
give any better results?