M
Michelle
I have a block of wrapped text in cell D2. Buried within the text are two
keywords: "NAME:" and "CONSTRAINED". I want to extract all of the text
between these two keywords and paste it into cell L2.
I feel I'm close with
=MID(D2,SEARCH("NAME:",D2),30)
but since I haven't told it where to stop, this isn't exactly what I need.
I appreciate any help from the masses..
Thanks!
keywords: "NAME:" and "CONSTRAINED". I want to extract all of the text
between these two keywords and paste it into cell L2.
I feel I'm close with
=MID(D2,SEARCH("NAME:",D2),30)
but since I haven't told it where to stop, this isn't exactly what I need.
I appreciate any help from the masses..
Thanks!