Hello,
I have a sheet that is returning data from a form and I created another sheet for automated reminders if the form update is not returned. Both sheets have column titled "Email" that is a contact list.
I'm trying to create a formula that references the form sheet Email column and the Email column in the other sheet. If there is a match, to return "Yes" in a column that is driving my automations.
I have used IF, and IF with CONTAINS, HAS, MATCH, and all of them come back #Unparsable, #Invalid Operation, or #Invalid Reference.
I started simply with =IF({Form Sheet Email Column}=[Email],"Yes") and also =IF({Form Sheet Email Column}=Email1:Email7,"Yes").
Thank you for any assistance you can provide.