Forum Discussion
Show OverDue Task - Sharepoint Task List
- 3 years ago
Hi knishal ,
Maybe this formual
=
VAR _D=DATEDIFF(TODAY(), Tasks[DueDate], DAY )
RETURN
IF(_D<1,"OVERDUE Task",_D)
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-chenwuz-msft that works but shows "1" how can I display the amount of days it will be due in?
This is what I use:
v-chenwuz-msft I currently have this formula which shows the amout of days its due by:
- v-chenwuz-msft3 years agoCommunity Support
Hi knishal ,
Maybe this formual
=
VAR _D=DATEDIFF(TODAY(), Tasks[DueDate], DAY )
RETURN
IF(_D<1,"OVERDUE Task",_D)
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.