Hello! I a list of names (more than a thousand names) and I want to remove the middle initial if any the concatenate the firstname and lastname in lowercase, like the one shown below. I have this initial formula which partially does the work of removing the initial in certain names.
I know also that I have to use lower() to convert everything to lowercase.![]()
=IF((IFERROR((FIND(" ",A2,((FIND(" ",A2,1))+1)))/(FIND(" ",A2,((FIND(" ",A2,1))+1))),0))=1,LEFT(A2,((FIND(" ",A2,((FIND(" ",A2,1))+1)))-1)),A2)
Can anyone please help me on this? Thank you!
Bookmarks