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!
https://www.linkedin.com/in/zchrispalmer/
-
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 :)
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!