Hi All!
Is there a way to text to columns a string by ONLY the last hyphen in the string and the second to last hyphen?
For Example, I am trying to isolate users' names as generated by an application. So, some appear like this:
EUR-OPER/ANL-Madison Lawton
BUT some have additional hyphens and a user could have a hyphen in their name as such:
EUR-OPER/ANL-MGR-Madison Kaln-Lawton
Thus, I am looking for a solution so that I can isolate the string from either the second to last and last hyphens so that I just have the users' name within the new columns.
Please advise your thoughts! Thank you