Formula to check a box if either of 2 boxes are checked in another sheet and criteria match

I have a master contact sheet with various roles as columns, then a checkbox for removal of the role, but I want the individual role sheets to be able to see of either of the 2 roles are checked for removal and mark the contact in the role sheet as removed.
using this formula for checking one, but can't figure out the other
=INDEX({DCMR-SESIRRmvd}, MATCH(Email@row, {DCMR-Email}, 0))
Role sheet:
Master contact Sheet:
I have tried IF ORs as well as multiple Index Match but still can't figure it out.
Best Answer
-
Found the solution: =IF(OR(INDEX({DCMR-SSSRmvd}, MATCH(Email@row, {DCMR-Email}, 0)), INDEX({DCMR-AltSSSRmvd}, MATCH(Email@row, {DCMR-Email}, 0))), 1, 0)
Answers
-
Found the solution: =IF(OR(INDEX({DCMR-SSSRmvd}, MATCH(Email@row, {DCMR-Email}, 0)), INDEX({DCMR-AltSSSRmvd}, MATCH(Email@row, {DCMR-Email}, 0))), 1, 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!