Cozkincaud
New Member
- Joined
- Apr 18, 2019
- Messages
- 15
Hi,
I only have Office Professional 2021 so I can't use TEXTBEFORE or TEXTAFTER to extract text strings from string cells.
I need to find a string in a string cell and extract that string and all the characters that come after it. Here are some of the string cells I need to extract strings from. In these cells I want to extract sthe string "in" and every character after it.
In the case of the first cell ("Edward Waldegrave esquire in londes") I need to find the string "in", extract it along with all the characters that come after it (" londes"). The string I will be searching for will always be different.
I found plenty of formulas for extracting text strings after a specific character, but none for specific strings, or at least none that I can get to work (mid/right with find/search). Note: I need to extract the search string (e.g. "in" as in "in lands" in the cell string, "Edward Waldegrave esquire in londes") as well as all the text that comes after it.
My thanks in advance for your advice and suggestions.
I only have Office Professional 2021 so I can't use TEXTBEFORE or TEXTAFTER to extract text strings from string cells.
I need to find a string in a string cell and extract that string and all the characters that come after it. Here are some of the string cells I need to extract strings from. In these cells I want to extract sthe string "in" and every character after it.
In the case of the first cell ("Edward Waldegrave esquire in londes") I need to find the string "in", extract it along with all the characters that come after it (" londes"). The string I will be searching for will always be different.
I found plenty of formulas for extracting text strings after a specific character, but none for specific strings, or at least none that I can get to work (mid/right with find/search). Note: I need to extract the search string (e.g. "in" as in "in lands" in the cell string, "Edward Waldegrave esquire in londes") as well as all the text that comes after it.
My thanks in advance for your advice and suggestions.