Hello everyone,
We often use formulas to check a checkbox type of column based on a "Date" input. Eg, "Mark Overdue" formula:
=IF([Due Date]@row < TODAY(), 1))
The issues is the checkbox is checked even if the Date column is empty. So when there is no Due Date, the task is marked "Overdue".
Is there any way or adjusting the formula so it "ignores" items with no Due Date?
Thank you!