I have this formula to extract a specific word that starts with a given characters “CCLVL”. It is working fine, however, I also need the formula to extract words that start with “GCFAC” or “CLINK”
How can I make it find these other words – there should never be more than one instance of the word in the text I am extracting from.
=TRIM(LEFT(SUBSTITUTE(MID(A2,FIND("CCLVL",A2),LEN(A2))," ",REPT(" ",100)),100))
Does the description contain CCLVL123456
? If so, this is 3rd Party CCLVL123456
Does the description contain GCFAC4567
If so, this is 3rd Party
Does the description contain CLINK95182
If so, this is 3rd Party
"&SUBSTITUTE(B7," ","")&"