Hello everyone,
I've got a list of names that are stored like so in a dataset:
JohnAdams
And I need to parse them to get this:
John Adams
The names are variable in length, so I do not know of a formula that would accomplish this result. The First and Last names are all correctly capitalized, so if there is a way to parse by case, I think that would work.
Thank you for your time