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
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 460 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives