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
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 151 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives