Hello Everyone,
I am looking for a split to column function which splits the value in multiple value on occurrence of starting with numbers i.e numbers between 0-9.
For example, i have a data like following column
I am looking for a function which would return the result as follows
Hope i have explained my query properly.
Thank you so much in advance.
Best Regards,
Shib
I am looking for a split to column function which splits the value in multiple value on occurrence of starting with numbers i.e numbers between 0-9.
For example, i have a data like following column
Column 1 |
1 07-Feb-2020 1,275 194H - Commission / Brokerage |
I am looking for a function which would return the result as follows
Column 1 | Column 2 | Column 3 | Column 4 |
1 | 07-Feb-2020 | 1,275 | 194H - Commission / Brokerage |
Hope i have explained my query properly.
Thank you so much in advance.
Best Regards,
Shib