@NicholeVargas Thanks for responding. This is the formula I've been using and it works fine.IF(ISBLANK({programID}),ROUND(DATEDIFF({actualStartDate},{convertedOpTaskEntryDate}),0),ROUND(DATEDIFF({actualStartDate},{convertedOpTaskEntryDate}),0)). The If statement is because we originally thought we...