HI, i need to extract text between two words and i am using below formula but its not working can you help ? i am trying to find all the words between KTE AND FUT, IFERROR(MID(A9,SEARCH(“KTE”,A9)+LEN(“KTE”),SEARCH(“FUT”,A9)-SEARCH(“KTE”,A9)-LEN(“KTE”)),””)
This cool. But what if you don't have parentheses to work with. What if i want to extract between the first space and the last space? So i have to extract first and middle name (some times more than one middle name, which means not a constant numer of spaces throughout the column) between the salutation and the surname. If anyone can tell me that, that will save me hours - hours and hours of work 😅
Here is a formula that helps you extract middle names into a column when you don't know the number of spaces in the name: www.linkedin.com/pulse/episode-75-how-extract-first-last-multiple-middle-names-al-chen/
Very good tutorial - I really appreciate how you went step by step so I could see why each iteration was not yet successful.
thanks for this
This was really helpful. thanks for sharing..
You save me almost everyday. hahaha Thanks!
helped me, thank you
You're welcome!
HI, i need to extract text between two words and i am using below formula but its not working can you help ? i am trying to find all the words between KTE AND FUT, IFERROR(MID(A9,SEARCH(“KTE”,A9)+LEN(“KTE”),SEARCH(“FUT”,A9)-SEARCH(“KTE”,A9)-LEN(“KTE”)),””)
thanks, very helpful
This is great! But what if there are no parenthesis?
You would have to use another character from the cell "find" in order for the formula to work.
This cool. But what if you don't have parentheses to work with. What if i want to extract between the first space and the last space? So i have to extract first and middle name (some times more than one middle name, which means not a constant numer of spaces throughout the column) between the salutation and the surname. If anyone can tell me that, that will save me hours - hours and hours of work 😅
Here is a formula that helps you extract middle names into a column when you don't know the number of spaces in the name: www.linkedin.com/pulse/episode-75-how-extract-first-last-multiple-middle-names-al-chen/
@@Thekeycuts aahhh dude legend!! Thanks so much for the help, i really appreciate it!!!
why dont use regulareplace with [*[:alpha:]]?
Unbearably confusing
Sorry 👎 but thank thanks.