Another challenging one…
Any advice appreciated!
I have a long text field containing multiple customer reviews from Amazon, separated by strings of special characters.
For example:
"
//Lorem ipsum lorem ipsum//
//Lorem ipsum fake ipsum//
//Lorem counterfeit lorem ipsum//
//Lorem ipsum lorem ipsum//
"
I want to write a formula that will search this field for specific keywords such as “fake” and “counterfeit”.
When the formula finds a match to these keywords, it will grab all the text between the special character markers wherein the keyword was found.
So, for example, using the above long text value, my formula would output:
"
Lorem ipsum fake ipsum
Lorem counterfeit lorem ipsum
"
Thanks for your help!
