Hey guys,
I've been trying to figure out how to change the order of a list of names.
A2-A4
Doe, John
Frost, Jack
Clause, Santa
I want B2-B4 to say
John D
Jack F
Santa C
I've only managed to get "D John"
=LEFT(A2)&" "&RIGHT(A2,LEN(A2)-FIND("*",SUBSTITUTE(A2," ","*",LEN(A2)-LEN(SUBSTITUTE(A2," ","")))))
What am I forgetting?
Brizzle
Bookmarks