Hi! I need all text after an identifier "CPAL", which can vary in length and may have a : or ; after "CPAL" plus a space.
Example Text: 1
0 Retrofit A/C, 2/4/1/0.5 FOC IP, CPAL: HSE + W + B Parts + Structures
What I am trying is giving me the text before that identifier
=Mid(A2,1,SEARCH("CPAL",A2,1))
Returns
10 Retrofit A/C, 2/4/1/0.5 FOC IP, C
Ideally the formula would return
HSE + W + B Parts + Structures
Thanks in advance!!
Example Text: 1
0 Retrofit A/C, 2/4/1/0.5 FOC IP, CPAL: HSE + W + B Parts + Structures
What I am trying is giving me the text before that identifier
=Mid(A2,1,SEARCH("CPAL",A2,1))
Returns
10 Retrofit A/C, 2/4/1/0.5 FOC IP, C
Ideally the formula would return
HSE + W + B Parts + Structures
Thanks in advance!!