ScratchHead_Keith
New Member
- Joined
- Apr 21, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
There is a similar thread to this that was not answered.
I would like to extract just the last name from an email address. My email naming format is First.Middle.last@email, or First.Last@email. Basically, I want the name between the @ and the ".". I found this formula online "=LEFT(RIGHT(B2,LEN(B2)-FIND(".",B2)),FIND("@",RIGHT(B2,LEN(B2)-FIND(".",B2)))-1)", but it brings back the middle name too. I've tried customizing it but all my hair fell out and now I'm going bald.
I would like to extract just the last name from an email address. My email naming format is First.Middle.last@email, or First.Last@email. Basically, I want the name between the @ and the ".". I found this formula online "=LEFT(RIGHT(B2,LEN(B2)-FIND(".",B2)),FIND("@",RIGHT(B2,LEN(B2)-FIND(".",B2)))-1)", but it brings back the middle name too. I've tried customizing it but all my hair fell out and now I'm going bald.