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
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!