Have a problem which i cannot seem to beat. Have tried various inStr methods etc but no luck.
So I have a string which contains something like "texttext [email protected] 12/12/2015 1234567891 PST"
The problem is that I need to extract the "1234567891" based on the fact that it is numbers and there is 10 of them, no permanent positions within the text, everything can be in a different place each time around.
Is there a way to do this? My searches led me to splitting the string with " " but I can't figure out how to compare the number to "##########" format to get the result.
ISNUMERIC()andLen() = 10