Hi,
I would like to split the data in column ‘Text’ by using comma and get only the first 5 number of the text. Can anyone help me on this. Your help will be much appreciated.
Before:
After:
Test.xlsx (13.7 KB)
Hi,
I would like to split the data in column ‘Text’ by using comma and get only the first 5 number of the text. Can anyone help me on this. Your help will be much appreciated.
Before:
After:
Test.xlsx (13.7 KB)
Thank you so much for your fast response. I got what I needed.
Hi @jenkim
I see the topic is already resolved, I solved it as well so sharing just in case.Main.xaml (12.8 KB)
Last assign is: arr_Text(0).ToString.Substring(0,5)
Thank you so much for your help. I’m able to learn more about this.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.