Reversing the words in a cell
Solved
Alex92
-
Vaucluse Posted messages 27336 Registration date Status Contributeur Last intervention -
Vaucluse Posted messages 27336 Registration date Status Contributeur Last intervention -
Hello,
My problem is simple, I have a table with a column for Users.
The names are formatted like this:
LASTNAME, Firstname
I need to change them to this format:
Firstname.LASTNAME
Basically, I need to reverse the two words and replace the "comma/space" with a "dot".
Thank you in advance for your help, as I have over 3000 lines in my file.
Alex
My problem is simple, I have a table with a column for Users.
The names are formatted like this:
LASTNAME, Firstname
I need to change them to this format:
Firstname.LASTNAME
Basically, I need to reverse the two words and replace the "comma/space" with a "dot".
Thank you in advance for your help, as I have over 3000 lines in my file.
Alex