Hi All,
Looking to see if it is possible to use a mid/find function to find the string starting point and then pull the next characters up to a space, or multiple spaces. Essentially I'm trying to parse data pulled from an email, however the email is not always structured the same, yet I do have labels that will always appear before the words I want to pull (ex. Name: ....., Email: .... ). I copied below the formula I have been using when I have 2 known variables, however if I can figure out how to search variable 1, and then pull a word up to a space next to it that would fantastic.
=MID(indirect("a"&row()),SEARCH("Variable1~:",indirect("a"&row()))+7,SEARCH("Variable2",indirect("a"&row()))-SEARCH("Variable1~:",indirect("a"&row()))-8)
Thank you so much,
Bookmarks