I have searched many forums but am having trouble finding an example of exactly what I am trying to achieve.
There are many examples to extract a substring with find and mid for a single occurrence of the string, but what if there were multiple occurrences.
For example the string below is in cell A1 and want to extract the substrings ALEX01, ALEX02 and ALEX03 into cells A2, A3 and A4.
ALEX01FRED01ALEX02FRED02ALEX03FRED03.
Thank you.
Bookmarks