ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Compare two lists of names (https://www.excelbanter.com/excel-discussion-misc-queries/61536-compare-two-lists-names.html)

ea

Compare two lists of names
 
Can you compare two lists of names where one list is last name first and the
other is first name last?

Nikki

Compare two lists of names
 
try this formual:
=RIGHT(TRIM(E2),LEN(E2)-FIND(" ",E2))&" "&TRIM(LEFT(TRIM(E2),FIND(" ",E2)))
it will convert First name last name to last name, first name or Visa versa.
then you can compare your lists.

"ea" wrote:

Can you compare two lists of names where one list is last name first and the
other is first name last?



All times are GMT +1. The time now is 12:45 AM.

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