How do I check if something is in another sheet (& check a checkbox if it is)?

I have two sheets: a Tracker sheet & Response sheet. My Tracker sheet has a list of all the people that need to be sent a survey to complete, & my Response sheet lists all of their responses to the survey (each person's responses are in a row).
Both sheets have columns with emails in them. I was planning on using INDEX/MATCH (by matching the emails) inside an IF statement, but I can't seem to configure it correctly. Right now the checkboxes are being checked even if the email isn't in the Response sheet. I'm sure I'm forgetting something pretty simple, but I can't seem to figure it out. Any suggestions?
Best Answer
-
I ended up using IF(CONTAINS(Email@row, {Response Email}), 1, 0) if anyone is curious!
Answers
-
I ended up using IF(CONTAINS(Email@row, {Response Email}), 1, 0) if anyone is curious!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!