Marklarbear
Board Regular
- Joined
- Nov 6, 2003
- Messages
- 119
- Office Version
- 365
- Platform
- Windows
HI brains trust,
I'm after a formula to extract ONLY the word before the word "TEAMS" in a string of data.....
ie in cell A1 I have the following text: ROM MOMENTS NSW KOG TEAM 1
I want to extract the 4th word "KOG" into cell B1......
I have a rather large list of text strings in column A - the first 3 words vary in length, however the 4th word (ie KOG) is either 2 or 3 characters followed by exactly 7 characters (ie space TEAM space 1)
I've started with: =LEFT(A1,SEARCH("Team",A1&"TEAM")-2) however this gives me everything before the word TEAM - I only want the word immediately before TEAM not the rest of the text..... help????
I'm after a formula to extract ONLY the word before the word "TEAMS" in a string of data.....
ie in cell A1 I have the following text: ROM MOMENTS NSW KOG TEAM 1
I want to extract the 4th word "KOG" into cell B1......
I have a rather large list of text strings in column A - the first 3 words vary in length, however the 4th word (ie KOG) is either 2 or 3 characters followed by exactly 7 characters (ie space TEAM space 1)
I've started with: =LEFT(A1,SEARCH("Team",A1&"TEAM")-2) however this gives me everything before the word TEAM - I only want the word immediately before TEAM not the rest of the text..... help????