Hi community
i'm looking for a formula to automatically check boxes associate to dates from a reference sheet with multiple column of check boxs and dates.
here are my tables:
table 1
table 2 (if the box is checked, a date appears in the column at the right.)
i want that the table 1 automatically check the boxes related to the appropriate dates when boxes are checked in the table 2.
i did a first formula with the columns about saturday:
=IF(COUNTIFS({Master rotation weekend name}, [Main Tech]@row, {Master rotation weekend Sat 1 check}, =1, {Master rotation weekend Sat 1}, Start@row) > 0, 1)
but with two or more columns in the table 2 to integrate in the formula… i'm lost
thank you