Hi all - first post ever here... I've failed at finding a solution on the community so far, so hope you can help.
I have a large record of employee names and the primary issue is that some of them, they are all uppercase.
My first thought was to use TitleCase() but noticed this method does not work when names have a hyphen or apostrophe. Other cases are last names starting with "Mc" or "Mac"... or last names with "van der"...
Is there a relatively easy solution to this?
For the time being, I have used a Filter tool to separate those with uppercase names from the rest, and applied TitleCase to them, and used Union to bring back together all records. It solves most of the issues, but there are still some previously uppercase names that were hyphenated or had an apostrophe.
Thanks!