DSNTNOENUF
New Member
- Joined
- Aug 3, 2015
- Messages
- 32
I have a very simplified version of a text string below. I am trying to use mid and find to extract the middle (Bold) data from the string.
Right now this formula would return the 123 and 1234567 of the below line items.
Can someone look at my formula and tell me how to make it count inward so many numbers of the of the carrot delimiter so that I can extract the data between it (5 I think in the actual file)? Text to column as a precursor is not an option because of complexity of the file.
=MID(INPUT!$C1,FIND("^",INPUT!$C1)+1,FIND("^",INPUT!$C1,FIND("^",INPUT!$C1)+1)-1-FIND("^",INPUT!$C1))
*^123^howdy duty^jovial
*^1234567^purdy^winter outside fun time^
Right now this formula would return the 123 and 1234567 of the below line items.
Can someone look at my formula and tell me how to make it count inward so many numbers of the of the carrot delimiter so that I can extract the data between it (5 I think in the actual file)? Text to column as a precursor is not an option because of complexity of the file.
=MID(INPUT!$C1,FIND("^",INPUT!$C1)+1,FIND("^",INPUT!$C1,FIND("^",INPUT!$C1)+1)-1-FIND("^",INPUT!$C1))
*^123^howdy duty^jovial
*^1234567^purdy^winter outside fun time^