ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Last, First Name Swap (https://www.excelbanter.com/excel-programming/284884-last-first-name-swap.html)

LaramieHartmann

Last, First Name Swap
 

I've got two spreadsheets with names that I am trying to compare. Bot
have full names stored in one field. One has normal FirstName Lastnam
the other Lastname, Firstname.
With about 2000 names to compare it's not going to be easy. Is ther
anyway to swap the names so they are goth FirstName Lastname or vic
versa? Thanks

--
~~ Message posted from http://www.ExcelForum.com


J.E. McGimpsey

Last, First Name Swap
 
one way:

=TRIM(MID(A1,FIND(",",A1)+1,255) & " " & LEFT(A1,FIND(",",A1) -1))



You might also want to check out

http://cpearson.com/excel/firstlast.htm

In article ,
LaramieHartmann
wrote:

I've got two spreadsheets with names that I am trying to compare. Both
have full names stored in one field. One has normal FirstName Lastname
the other Lastname, Firstname.
With about 2000 names to compare it's not going to be easy. Is there
anyway to swap the names so they are goth FirstName Lastname or vice
versa? Thanks.



All times are GMT +1. The time now is 10:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com