Hi
Im a bit stuck on this one, i need to split a string based on a lowercase hitting an uppercase for example:
Data
Sam JonesPaul SmithEvan Angus WalshJon Smith
Output
Sam Jones;Paul Smith;Evan Angus Walsh;Jon Smith
I have the data in column D and there will be 50000 + rows
Im a bit stuck on this one, i need to split a string based on a lowercase hitting an uppercase for example:
Data
Sam JonesPaul SmithEvan Angus WalshJon Smith
Output
Sam Jones;Paul Smith;Evan Angus Walsh;Jon Smith
I have the data in column D and there will be 50000 + rows