IGraham wrote
> I’m wondering if there is a simpler way of doing this
Use the function FIND to locate the word TO and then get all text after it
(100 characters should be enough...)
=MID(I5;FIND("TO";I5)+3;100)
--
View this message in context:
http://nabble.documentfoundation.org/Calc-a-formula-conundrum-tp4199203p4199214.html
Sent from the Users mailing list archive at Nabble.com.
--
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted