If one cell doesn't match another cell value, then notification send out
I have a condition where if a contact in Assigned To cell is different than the contact in Created By cell all in the same row, then send a notification to the Assigned to that the row has been assigned to them. They don't want notifications if both cells are the same contact.
Thanks!
Best Answers
-
Hi @Fred Dodds
Hope you are fine, please try the following:
add a helper column check box type call it "Check" and use the following formula to check it:
=IFERROR(IF(OR(ISBLANK([Created By]@row), ISBLANK([Assigned To]@row)), 0, IF([Assigned To]@row <> [Created By]@row, 1)), "")
then use the following workflow:
the workflow:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
You are welcome, please accept my answer. And I will be grateful for your vote up.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Fred Dodds
Hope you are fine, please try the following:
add a helper column check box type call it "Check" and use the following formula to check it:
=IFERROR(IF(OR(ISBLANK([Created By]@row), ISBLANK([Assigned To]@row)), 0, IF([Assigned To]@row <> [Created By]@row, 1)), "")
then use the following workflow:
the workflow:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank you Bassam! Much appreciated!
-
You are welcome, please accept my answer. And I will be grateful for your vote up.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!