How do I create an email confirmation?
How do I set up a "red flag" if the email that is entered second does not match the first entry?
Best Answer
-
I have a checkbox column set up with the below formula, which will display a red flag if the email entered in "Employee 1" column DOES match the email entered in Employee 2 column. You could probably manipulate this formula to work in the opposite way, so that if flags when they don't match, to meet your needs?
=IF([Employee 1]@row = "", 0, IF([Employee 1]@row = [Employee 2]@row, 1))
Answers
-
I have a checkbox column set up with the below formula, which will display a red flag if the email entered in "Employee 1" column DOES match the email entered in Employee 2 column. You could probably manipulate this formula to work in the opposite way, so that if flags when they don't match, to meet your needs?
=IF([Employee 1]@row = "", 0, IF([Employee 1]@row = [Employee 2]@row, 1))
-
It works! Thank you so much!
Kitty Sandel
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!