ABC_L1_200
ABC_DB_2020
ABC_A_202
So basically this field has _, alpabhates along with_, _along with AlphaNumeric. But the end result should be below
ABC_200 - Removed Alphanumeric
ABC_2020 - Removed Hyphen along with Alphabet(s).
ABC_202 - Removed Hyphen along with Alphabets
Please kindly advice me to write formula to achieve this.
Solved! Go to Solution.
Hey @Sarath27,
I'd recomend to use Regex to parse the unwanted text then remove with a formula:
I used this regex:
_(\w+_)
Check out regex101: build, test, and debug regex for more information on how it works :)
Any questions or issues please ask!
HTH,
Ira
Hi @Sarath27,
there are multiple ways to do it, if I understand well, it's about removing the part in the middle and keep first and last part:
User | Count |
---|---|
60 | |
24 | |
24 | |
21 | |
21 |