I have a column of information, in 1 worksheet, that has name data that literally looks like this:
JohnSmith - Owner
The first and last names are not separated by anything, only showing up as different words because of capitalization. The "Job Title" in this column is separated by a space, a hyphen, and a space (" - ")
What I would like to do is split this data up into 3 different columns - one column with the parsed out first name, one with the last name, and one with the Owner. A function or macro would be ideal, but I am not sure how to handle this because of the odd situation with the capitalization.
Any suggestions?
ToddOdd
JohnSmith - Owner
The first and last names are not separated by anything, only showing up as different words because of capitalization. The "Job Title" in this column is separated by a space, a hyphen, and a space (" - ")
What I would like to do is split this data up into 3 different columns - one column with the parsed out first name, one with the last name, and one with the Owner. A function or macro would be ideal, but I am not sure how to handle this because of the odd situation with the capitalization.
Any suggestions?
ToddOdd