Hi,
A formula is updated to calculate the Past Due as "=IF(OR(PARENT(Description@row) = "Summary", PARENT(Description@row) = "Instructions"), "", IF([Due Date]@row = "", "", IF(AND(Status@row <> "Complete", Status@row <> "Canceled", [Due Date]@row < Today#), "Overdue", "Not due")))"
Hence in result it gives "Overdue" or "Not due". My question is, what formula should I apply to get result as "Due in # days" or "# days Overdue"
"For the Past Due column, does functionality exist to load a formula/function that results in more of a countdown? For example - compares today's date to due date and show #days until due, and then #days past due once we pass the due date?
Many Thanks!
Archana Sahu