@Ryan Kirk‚ This should work! I added an IF statement so that it says if
the planned completion date is less than today, show as a negative,
otherwise, show as a positive: displayname=Weekdays to Planned
Completiontextmode=truevalueexpression=IF($$TODAY>{plannedCompletionDate},CONCAT("-",ROUND(DIV(WORKMINUTESDIFF($$TODAYb,{plannedCompletionDate}),480),0),
"
Days"),CONCAT(ROUND(DIV(WORKMINUTESDIFF($$TODAYb,{plannedCompletionDate}),480),0),
" Days"))valueformat=HTML If you have any questions, let ...