Re: Advanced Filter of Non-Blank fields

  • Thread starter Thread starter Roger Govier
  • Start date Start date
It filters out blank cells, so maybe your cells are not blank (Maybe
spaces or other invisible characters)? I know it works for retrieving
non blank cells. The only other filter option is to use a formula in the
criteria range

You can also drop the header in A1 and put this in A2

=A6<>""

where A6 is the first data cell in the list you want to filter,
so if the header is in A5 A6 would be the first data cell

It's important that the top cell in the criteria range is empty when you
use a formula but it has to be included in the criteria range
nonetheless. If that doesn't work check some of your "blank" cells use

=LEN(A6)

if it is blank it should return zero



Regards,

Peo Sjoblom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top