Extract domain from Contact List Cell
Hi All,
I would like to extract the domain from a contact list column type to reside in a different cell.
For example smartsheet.community@helpful.com should add helpful.com to a new cell.
In excel I would use the below as an example.
=RIGHT(C4,LEN(C4)-FIND("@",C4))
Can you provide an answer for smartsheets but must work with a contact list column type..
Thank you.
Answers
-
Hello @ss_happychappy
Currently, there doesn't appear to be a way to extract contents from a contact list in Smartsheet. Because there isn't an "=Text" function like in Excel.
However, you can create a helper column as Text.
Copy and paste the Contact List Column into the Helper Column as Text.
Then apply the following formula listed here in my screenshot:
=MID([Helper Column]@row, FIND("@", [Helper Column]@row) + 1, FIND(">", [Helper Column]@row) - FIND("@", [Helper Column]@row) - 1)
Hope this helps!
-
Thank you @Mr. Chris
This isn't ideal, however, if the functionality doesn't exist in the product this is a workaround.
I appreciate your idea :)
-
Happy to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!