Hello, newbie here that is stumped!
I am looking for a formula that would return the word in a string of words that has both numbers and letters combined into one word.
eg..........in cell A1 - "Front Comp 02 Stn Mh20A Fixture 13"
would return in B1 - "Mh20A" (the only word with #'s and letters)
Other rules that may help...
It will be the ONLY word with combination characters.
The string in A1 contains various numbers of words but all are separated by single space.
The number component will always be 2-digit.
There will only be a max of 2 characters before number and 1 character after number.
Therefore the min length is 3 and max length is 5
Good Examples .... 30a, mh30, mh30a, m30, m30a
Thanks for any help.
I am looking for a formula that would return the word in a string of words that has both numbers and letters combined into one word.
eg..........in cell A1 - "Front Comp 02 Stn Mh20A Fixture 13"
would return in B1 - "Mh20A" (the only word with #'s and letters)
Other rules that may help...
It will be the ONLY word with combination characters.
The string in A1 contains various numbers of words but all are separated by single space.
The number component will always be 2-digit.
There will only be a max of 2 characters before number and 1 character after number.
Therefore the min length is 3 and max length is 5
Good Examples .... 30a, mh30, mh30a, m30, m30a
Thanks for any help.