Advanced Filter for Empty Cells

G

Guest

I want to filter (using the Advance Filter) for empty cells in the Prod
column. I've tried several critera, like leaving the cell blank, or just
entering an apostrophe, but I can't get it to filter for Products where the
product code is "blank". How do I specify the criteria in this case?
 
P

Pete_UK

Can you not do it using Autofilter? Blanks and Non-blanks are listed
at the bottom of the range of values in the pull-down.

Hope this helps.

Pete
 
D

Dave Peterson

One way if the data is text (not numbers) is to use a criteria of:
with the header in x1
and this in X2
="<>?*"

Or if you have numbers (with or without text):
Say B1:Bxx has your Prod column and B2 is the first row under that header
leave the x1 empty
and put this in X2
=LEN(B2)=0
 
D

Debra Dalgleish

In addition to Dave's examples, you can use the heading from the column
in the main table, and the criteria: ="="
 

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

Top