Hi,
I have a string that I want to remove some text from;
11.2.B.9 XXXXXXXXXX - I want to remove the 2, the B, and the 9 separetly. The first number can be one or two digits, same with the second number, same with the third number. The letter is always a single letter. the text at the end is not consistent at all.
here is the function I have to pull out the "2"...the problem is it does not work with a two digit number: =MID(A1,FIND(".",A1,FIND(".",A1))+1,FIND(".",A1,FIND(".",A1,FIND(".",A1,FIND(".",A1))))-2)
I can figure out the rest of the parses if I can get some help pulling out the 2.
thanks!
Bookmarks