Hi
I would like to extract data between two identical words in an excel cell.
The length of the string varies in each cell. The occurrence of the word "or" happens 2/3 times in a cell in my data sample. example APPLE or ORANGE or PEAS
I used this formula to extract all words before the first occurrence of "or"
=LEFT($A6; SEARCH("or";$A6;1)) = APPLE.
How can I extract "ORANGES" and "PEAS" to their own cells?
Help much appreciated.
I would like to extract data between two identical words in an excel cell.
The length of the string varies in each cell. The occurrence of the word "or" happens 2/3 times in a cell in my data sample. example APPLE or ORANGE or PEAS
I used this formula to extract all words before the first occurrence of "or"
=LEFT($A6; SEARCH("or";$A6;1)) = APPLE.
How can I extract "ORANGES" and "PEAS" to their own cells?
Help much appreciated.