Cell A1 = "Text123 : String is 34"
I am trying to extract the 34 from the text string in A1 but I do not want to extract the 123....
I tried the below. Failed miserably.
I am trying to extract the 34 from the text string in A1 but I do not want to extract the 123....
I tried the below. Failed miserably.
Code:
=MID((MID(A3,FIND(":",A3)+3,LEN(A3))),MATCH(TRUE,ISNUMBER(1*MID((MID(A3,FIND(":",A3)+3,LEN(A3))),ROW($1:$101),1)),0),COUNT(1*MID((MID(A3,FIND(":",A3)+3,LEN(A3))),ROW($1:$101),1)))