Contact List - Extract last name
Hi Guys,
I can extract the first name using =LEFT(Contact@row, FIND(" ", Contact@row) - 1) but changing LEFT for RIGHT doesnt extract the last name correctly in all cases, but does in some. Quite confusing. Not sure here...
Contact column has first name and surname combined, separated by a space.
I'm trying to separate them into First and last name for mailing personalisation.
Appreciate any help.
Best Answer
-
Hi @amberman,
Try this for last name:
=MID(Contact@row, FIND(" ", Contact@row), 100)
I hope this helps.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
Answers
-
Hi @amberman,
Try this for last name:
=MID(Contact@row, FIND(" ", Contact@row), 100)
I hope this helps.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Worked first time Ramzi - Thanks!
-
Thank you. This worked for me.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!