G
Guest
How do I fix the order of the names, when the last name is first and the
first name is second, separated by a comma.
first name is second, separated by a comma.
Biff said:Hi!
What order do you want them in?
Biff
Frank Kabel said:Hi
try
=TRIM(MID(A1,FIND(",",A1)+1,255)) & " " & TRIM(LEFT(A1,FIND(",",A1)-1))
Frank Kabel said:Hi
try
=TRIM(MID(A1,FIND(",",A1)+1,255)) & " " & TRIM(LEFT(A1,FIND(",",A1)-1))