0

Filter

Hello all

I am trying to get list of item numbers with a filter to exclude numbers with aa (or AA) in them:

=NL("rows";"item";"no.";"no.";"<>*@aa*")
But it is returning all item nos.

Instead I have now made 2 filters and difference:
=NL("rows";NP("difference";NL("filter";"Item";"no.");NL("filter";"Item";"no.";"No.";"*@aa*")))

Is there any way I can create a filter without having to use difference ?

Thanks and best regards
mdp12

2 comments

Please sign in to leave a comment.