Hello,
Is there any way to create a filter based on a list of many cells separated with the "OR" functionality?
For example:
In Excel I have
A1 = one
A2 = two
A3 = three
A4 = four
:
:
A100 = onehundred
How do I specify the following in a Jet Filter? A1|A2|A3 all the way to A100 ???
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment NP("Join",A1:A100,"|")
-
Jet Reports Historic Posts Thank You Very Much, it worked!
Please sign in to leave a comment.