Can you help…I have five rows of sample data where I need to spilt different people’s names into sperate rows.
I get the names in a format that is not great and splitting them into separate rows is not easy.
As a guide customer names are in the following format…
Surname, FirstName: Region Country
...and customers are spilt by a comma, but commas are used to also spilt the surname and forename.
In the excel attached I show how I get the data in the before worksheet and show what I want in the After spreadsheet.
This fix needs a clever data manipulation trick that I do not have. Can you help?