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?