Hi All,
I'm trying to split this string in a column into two columns based on the Case - I've been looking for a while to figure out how to do this? I figured add a delimiter checking for case and use a text to columns function - but now I'm not sure how to add the delimiter based on Case. Here's a sample of what I want
| Col 1 | Col 2 | col 3 |
| ABCaaa | ABC | aaa |
| AHCNaaarty | AHCN | aaarty |
| BGhnf | BG | hnf |
Thanks - appreciate your help in advance!