Hi community
im looking for a formula to automatically check boxes related to dates from a table containing a start date and a end date
table 1 is the dates source:
table 2 (boxes to be checked)
i'm trying this formula but there is no response:
=IF(COUNTIFS({Sherbrooke - Time Off Tracker name}, [Main Tech]@row, {Sherbrooke - Time Off Tracker start}, >=Start@row, {Sherbrooke - Time Off Tracker end}, <=Start@row) > 0, 1, 0)
thank you for your help