G
Guest
I have been using this formula to determine if a task is
overdue.
=IF(D7-TODAY()*3,"Overdue","")
I would like to add a condition to that, if the task is
due in 3 days, write "Due in 3 days", instead
of "Overdue".
How do I do this?
overdue.
=IF(D7-TODAY()*3,"Overdue","")
I would like to add a condition to that, if the task is
due in 3 days, write "Due in 3 days", instead
of "Overdue".
How do I do this?