Hi
I have a list of thousands of names (Sur name then First name) in a tool:
Richard,Dell
Mexas, Brown
Howells, David
etc. etc.
I copy them and paste them in Excel File (say Column A); then I arrange them (in same column) manually to appear as:
Dell Richard
Brown Mexas
David Howells
Please help me with a formula to make them arrange automatically as they are arranged manually without comma.
Thanks
Hi,
Try this?
=RIGHT(A1,LEN(A1)-FIND(",",A1)-1)&" "&LEFT(A1,FIND(",",A1)-1)
Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks