Automotion with condition containing wildcards
MattFerfecki
✭✭
I'm looking for automation changing a value in a given cell based on the email provided in another one.
Literally,
if the email provided in Cell_1 bellongs to the domain "@domainAAA.com", Cell_2 should change to AAA.
If the email belongs to the domain "*@domainBBB.com then Cell_2 should change to BBB.
I am wondering how I should provide the condition combining it with the wildcards.
Matt
Answers
-
You could add helper column with this formula to extract just the domain
=RIGHT(Contact@row, LEN(Contact@row) - FIND("@", Contact@row) + 1)
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives