I am looking for a formula to extract the first name and last name in one column in Proper Case from email address below
It must appear as Neil Michaels
I have tried using the formula below
The result is Neil.Michaels
Your assistance in this regard is most appreciated
Code:
neil.michaels@tnsa.com
It must appear as Neil Michaels
I have tried using the formula below
Code:
=PROPER(LEFT(F2,FIND("@",F2)-1))
The result is Neil.Michaels
Your assistance in this regard is most appreciated
Last edited: