svendiamond
Well-known Member
- Joined
- Jun 13, 2014
- Messages
- 1,504
- Office Version
- 365
- Platform
- Windows
I want to know whether a string is Like "#???" or Like "##??"
But the question marks here need to be text only. I am only looking for a number followed by three non-numeric characters (i.e. text) or two numbers, followed by two non-numeric characters. How can I achieve this? Right now Excel is not knowing the difference because the question mark stands for "any character" - so what can I use as a wildcard to look for only non-numeric characters?
But the question marks here need to be text only. I am only looking for a number followed by three non-numeric characters (i.e. text) or two numbers, followed by two non-numeric characters. How can I achieve this? Right now Excel is not knowing the difference because the question mark stands for "any character" - so what can I use as a wildcard to look for only non-numeric characters?