Hi All,
I am trying to get all first group and would like to remove all data after different character.
Hi @AshishAgarwal , try this
([a-zA-Z0-9 ]+) and use option tokenize.
Thanks!
Hello @AshishAgarwal , you can use the text to column tool and under delimiter section pass _ to separate the data and get all the data before _ as a required output.
I hope this helps!
Hi Sapna,
Thank you for input.
Small change in my excel which I missed to inform earlier
Its not necessary that first charatcter will be "_".
Can you please help me on this.
I tried searching on community but not able to get any solution.
Regards,
Ashish
@AshishAgarwal Can we say you only want the alphabets before any special characters?
Hi Qiu,
I require number as well.
I missed to give example of number too.
Your Logic has worked well for me.
Will check further till now.
Thank you so much.
@AshishAgarwal, if my post works for you kindly mark my post as a solution!
@AshishAgarwal Another option using the RegexReplace formula
@AshishAgarwal If that is the case, @binu_acs solution should work. 😁