Mark Checkbox if Emails in both sheets are equal and response to Opt In is Yes
Needing to know if this is a possibility to link a sheet that is generated from Form responses to mark a checkbox in the destination sheet automatically. This is to be applied to the whole column. This way as form responses come in, it would ideally update the destination sheet. IF the Email on the Source Sheet is equal to the Email on the Destination Sheet AND the Opt In is equal to Yes on the Source Sheet, THEN mark the Opt In checkbox on the Destination Sheet.
If this is not possible due to the way the Opt In column is formatted on the destination sheet (checkbox), I am open to recommendations to obtain a solution.
Answers
-
Hello @Cristina R.R.
try this formula on your Opt In column on your destination sheet:
=IF(AND(HAS({Email Column on Source Sheet},Email@row),INDEX(COLLECT({Opt In Column in Source Sheet},{Email Column on Source Sheet},Email@row),1)="Yes"),1,0)
Change references accordingly.
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined -
Super Easy! The { } are references from the form sheet. This would be your formula in the destination sheet Opt In checkbox column.
=IF(AND({Email} = Email@row, {Opt In} = "Yes"),1,0)
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives