sergiopcrt
New Member
- Joined
- May 12, 2017
- Messages
- 12
Hello everyone,
I need to extract the FirstName from cells in a particular format LastName,FirstName MiddleName1 MiddleName2
Note that LastName,FirstName has no space in between, only the comma so I adapted a formula I found on google to:
=MID(A10,SEARCH(",",A10,1)+1,SEARCH(" ",A10,SEARCH(" ",A10,1)+1)-SEARCH(",",A10,1))
but it is still returning FirstName MiddleName1 and other variations return FirstName Mi
From my google searches and in this forum I got no results. Can you help me on this?
Season's greetings!
I need to extract the FirstName from cells in a particular format LastName,FirstName MiddleName1 MiddleName2
Note that LastName,FirstName has no space in between, only the comma so I adapted a formula I found on google to:
=MID(A10,SEARCH(",",A10,1)+1,SEARCH(" ",A10,SEARCH(" ",A10,1)+1)-SEARCH(",",A10,1))
but it is still returning FirstName MiddleName1 and other variations return FirstName Mi
From my google searches and in this forum I got no results. Can you help me on this?
Season's greetings!