Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
assuming Due date is the Workdate field type, maybe try this
If([Status] = "Completed", null, ToDays(Today() - (ToDate([Due Date]))) <= 0, null, Today() - ToDate([Due Date]))
If([Status] = "Completed", null, ToDays(Today() - (ToDate([Due Date]))) <= 0, null, Today() - ToDate([Due Date]))