I have a Due date column and I would like to count how many tasks are due in the next 3 days, due in the next seven days and overdue tasks. Kindly help me on the formula.
Overdue= =COUNTIFS({Status Range 1}, "Open", {Due Date Range 2}, <TODAY())
Due in the next 7 days= =COUNTIFS({Status Range 1}, "Open", {Due Date Range 2}, >=TODAY(7))
Due in the next 3 days=COUNTIFS({Status Range 1}, "Open", {Due Date Range 2}, >=TODAY(3))