find text match, then grab text following
I want to find a text portion match in a cell. If there is a match, I want
to extract the text that follows. For example,
If there is the following text in a cell:
abc def (ghi) jkl
I search for "def", then I want to extract the text "ghi" and copy this to
another cell.
|