auto filter with error value

G

Guest

the auto filter doesn't work for the columns that contain "#value!".
I am trying to get the top 10 items in the column and like to ignore those
error values, i.e. "#value!".
Thanks!
 
D

Dave Peterson

Maybe you can use a helper column and a formula like:

=if(iserror(a2),"",a2)

Then apply your filter to that 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

Top