How to Find more than one string with Microsoft Office Excel?
For example, I am looking for the cells which is contained both strings Paul and John?
How to avoid to perform several finds by permuting arguments like that:
first search: find Paul*John
second find: search John*Paul
Imagine with n arguments ! !n permutations...
It seems to be impossible by the GUI. And what about macro or anything else?