Text to columns in Smartsheet
Hello,
I am trying to separate text to columns (separate email address and add two separate columns with First Name and Last Name information.
I want to add an additional column to display First and Last Name in addition to the email column. As an example, see below:
FirstName.LastName@gmail.com
Additional Column 1: First Name
Additional Column 2: Last Name
In Excel I would simply use the Text to Columns functionality.
Is there a formula to do so in Smartsheet and if so, can someone share it with me?
Thank you!
Alex
Answers
-
Hi Alex,
You have to parse out the name. If all of your emails are the same structure as your example it's easy. If they aren't it could be very challenging.
For your example: FirstName.LastName@gmail.com
First name: =LEFT(email@row, FIND(".", Email@row))
Last name: =MID(FIND(".", Email@row)+1, FIND("@", email@row)-FIND(".", Email@row)+1)
Substitute your email column mane for my email placeholder.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!