Compare Contact Column vs Email contact Column
I am using the proof info columns, and sadly they only return the contact email. I want to compare this to a "Reviewer #1" contact column to see if everyone in the Reviewer #1 column has approved, I tried the following formula:
=IF(CONTAINS([Reviewer #1]@row, [Approved By]@row), 1, 0)
and it did not work.
Any thoughts? (Only using core app)
Best Answer
-
You will need to create a table that has each person's name in one column and email in another column. Then you can use a formula such as an INDEX/MATCH to pull the email over based on the name in the contact column. Once that is done, then you can do your comparison.
Answers
-
Does [Reviewer #1] contain emails as well, or does it list the names?
-
@Paul Newcome It only lists the names since everyone is added in as contacts
-
You will need to create a table that has each person's name in one column and email in another column. Then you can use a formula such as an INDEX/MATCH to pull the email over based on the name in the contact column. Once that is done, then you can do your comparison.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!