Cut and paste

  • Thread starter Thread starter mvp
  • Start date Start date
M

mvp

I often get list that I need to cut and paste into cells from emails
where a person's last name is first, what is the easiest way to switch
the format to read their Name correctly starting with their first name?
 
=RIGHT(A1,LEN(A1)-FIND(" ",A1))&" "&LEFT(A1,FIND(" ",A1)-1)

assuming first and family names are separated by a space.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top