Hey all!
I have a very long list of employees in which I need to extract their names into a consistent format.
I'm using the below formulas with a 99% success rate, however employees with a suffix of "JR" or "II" (etc) are throwing a monkey wrench in the calculation.
First:
=MID(P14082,FIND(" ",P14082,1)+1,256)
Last:
=LEFT(P14082,(FIND(" ",P14082,1)-1))
Here is the format of my data:
Firstname Suffix LastName MiddleInitial
I ONLY need the first and last name. Is there a formula out there that can overcome the 2% of my names that have a suffix?
Thanks for the help team!
Best,
Chris
I have a very long list of employees in which I need to extract their names into a consistent format.
I'm using the below formulas with a 99% success rate, however employees with a suffix of "JR" or "II" (etc) are throwing a monkey wrench in the calculation.
First:
=MID(P14082,FIND(" ",P14082,1)+1,256)
Last:
=LEFT(P14082,(FIND(" ",P14082,1)-1))
Here is the format of my data:
Firstname Suffix LastName MiddleInitial
I ONLY need the first and last name. Is there a formula out there that can overcome the 2% of my names that have a suffix?
Thanks for the help team!
Best,
Chris