I have a column with first and last names in it. I need to split them into two columns, however I can't use Text to Columns because some of the names are formatted as FirstName LastName, but others as FirstName & PartnerFirstName LastName. I need a way to break it up on the following conditions:
- If the cell contains an & symbol, break the column after the third space - eg FirstName & PartnerFirstName | LastName
- If the cell does not contain an & symbol, break it after the first space.
Any help would be appreciated! Thanks
- If the cell contains an & symbol, break the column after the third space - eg FirstName & PartnerFirstName | LastName
- If the cell does not contain an & symbol, break it after the first space.
Any help would be appreciated! Thanks