Hi All,
I would like to get your assist on how to get multiple value from a text string.
For example, my text string would look something like this:
1. A - B - Placeholder - C - Placeholder
2. A - D - Placeholder - B - Placeholder
3. A - D - Placeholder - Placeholder - B - Placeholder
A, B, C, D are the keywords I need to extract from these string in a format like this
1. A - B - C
2. A - D - B
3. A - D - B
These A, B, C & D are in random position within text which I am finding it difficult to work it out.
Currently I am using this formula for first row =(MID(C2,FIND("A",C2),LEN("A")))&"-"&(MID(C2,FIND("B",C2),LEN("B")))&"-"&(MID(C2,FIND("C",C2),LEN("C")))
But I am not sure how to automate this formula to automatically find these value in the string.
I have also attached the example file for your reference.
Thanks for your time and hope to hear on this soon.
Kind Regards,
Zoogle
I would like to get your assist on how to get multiple value from a text string.
For example, my text string would look something like this:
1. A - B - Placeholder - C - Placeholder
2. A - D - Placeholder - B - Placeholder
3. A - D - Placeholder - Placeholder - B - Placeholder
A, B, C, D are the keywords I need to extract from these string in a format like this
1. A - B - C
2. A - D - B
3. A - D - B
These A, B, C & D are in random position within text which I am finding it difficult to work it out.
Currently I am using this formula for first row =(MID(C2,FIND("A",C2),LEN("A")))&"-"&(MID(C2,FIND("B",C2),LEN("B")))&"-"&(MID(C2,FIND("C",C2),LEN("C")))
But I am not sure how to automate this formula to automatically find these value in the string.
I have also attached the example file for your reference.
Thanks for your time and hope to hear on this soon.
Kind Regards,
Zoogle