excelvbanoob420
New Member
- Joined
- Oct 5, 2022
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
Hello,
I need help in extracting data from 'Data Column' as shown below. The string match condition that I'm looking for are "FM-" as shown in ID#1, "FM x" (FM with a space followed by a number x) as shown in ID#9 & "FMx" where x is a number as shown in ID#6. Any other FM's not meeting the above 3 criterias should be ignored. Is it possible to extract the sample data in another column?
Thanks!
I need help in extracting data from 'Data Column' as shown below. The string match condition that I'm looking for are "FM-" as shown in ID#1, "FM x" (FM with a space followed by a number x) as shown in ID#9 & "FMx" where x is a number as shown in ID#6. Any other FM's not meeting the above 3 criterias should be ignored. Is it possible to extract the sample data in another column?
Thanks!
ID | Data Column | Output | |
1 | Hello from FM-223, Random FM FM FM | FM-223 | |
2 | Sample Data XXXXXX | Null | |
3 | Sample Data XXXXXX | Null | |
4 | Sample Data XXXXXX | Null | |
5 | Sample Data XXXXXX | Null | |
6 | Hi from FM212…..XXXXX sample FM to be ignored | FM212 | |
7 | Lorem Ipsum | Null | |
8 | placeholder text | Null | |
9 | Bye FM 444 FM488 yes, more FMto be ignored | FM 444 | |
|