Email Addresses from Contacts
Is there a way to convert / extract the email address from the values in a column set up as a contact? I have a need for the email address associated with contacts.
Thanks
Answers
-
There are three ways I know of. The first method is easy and recommended..😀
Method 1: Change a contact list column's property to text/number
Then, use the <email> part using the TEXT functions. The merit of this method is you get the email information of users not belonging to your organization.
Changed the Contact List column property to Text/Number
I changed the contact list column property back to the contact list.
Method 2: User List report
Go to the user management in Adamin Center and get the user list.
The demerit of this method is you get information only from users in your organization.
Method 3: Smartsheet API
Use the List Contacts or List Users method. Then, compare with the Contact List's name value.
https://smartsheet.redoc.ly/tag/contacts#operation/list-contacts
-
Hi
There is not a way to automatically extract the email address from a contact type cell without an App or API.
However, if the list isn't changing too much, you can get the emails out manually without too much effort.
- Create a new column (Text/Number type). In the example I have called this "Text Contact".
- Select the contacts you want to get email addresses for.
- Copy and paste them to the new column. The contacts will appear as NAME <EMAIL>.
- Create another new column (Text/Number type).
- Use a formula like the one below to strip out everything except the email address.
=SUBSTITUTE(MID([Text Contact]@row, FIND("<", [Text Contact]@row) + 1, LEN([Text Contact]@row) - (FIND("<", [Text Contact]@row) + 1)), ">", "")
-
Thank you both for these options. I'm sure one of these will work.
Matt
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!