Filter nonblank AND unique

  • Thread starter Thread starter the-big-john
  • Start date Start date
T

the-big-john

Is there anyway to filter using multiple criteria: nonblank AND unique?
 
I'd use a helper column with a formula like:

=and(a2<>"",countif(a:a,a2)=1)
and fill down

And filter on that helper column.
 

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