View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default 1st name last name to last name, 1st name

=MID(A1&", "&A1,FIND(" ",A1)+1,LEN(A1)+1)


"shan" wrote:

I have a column that has 1st name and last name. I want to change the column
to be last name, 1st name. Is there a way to do this without having to do
each line of the column individually?