I have an output that puts multiple names into one cell. The names are in the format "LASTNAME, FIRSTNAME, LASTNAME2, FIRSTNAME2...)
I need to split the names up and with first and last name separated by a comma, I can't use the delimiter as a comma.
How can I approach this? Any help is appreciated, thanks
I need to split the names up and with first and last name separated by a comma, I can't use the delimiter as a comma.
How can I approach this? Any help is appreciated, thanks