litLIB: Added TextBetween function The TextBetween function was added to litLIB today. With TextBetween you can extract a string from a larger string by searching for some text from where to start the copying and to stop at another text.
Example:
=TextBetween("one two three four","two","four")
This will result in: three
Further information: String - TextBetween
http://www.oraxcel.com/projects/litlib/help/textbetween.html