What is the formula for changing the order of a name?
D David Billigmeier Sep 29, 2005 #2 Assume your name is in cell A1: =CONCATENATE(RIGHT(A1,LEN(A1)-SEARCH(" ",A1)),", ",LEFT(A1,SEARCH(" ",A1)))
Assume your name is in cell A1: =CONCATENATE(RIGHT(A1,LEN(A1)-SEARCH(" ",A1)),", ",LEFT(A1,SEARCH(" ",A1)))