I want to put a filter in a NL function on a part list. I only want to find the parts who have a numeric no. and exclude the parts with a alphabetic no.
Can sombody help me please?
"07128963354" is ok and "AT-071289633" not ok.
Thx.
J-F
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment How about this
=NL("Rows";"Item";;"No.";"=IF(ISERROR(VALUE(NF(;""No."")))=FALSE;NF(;""No.""))")
Does this do the trick for you? -
Jet Reports Historic Posts Hans
Neat solution !!!
Please sign in to leave a comment.