Create three calculated fields. Think of the first two as supporting fields : Calculate "4th Day" - ADDWEEKDAYS($$TODAY,4)Calculate working day difference between today and 4th day "Diff" - WORKMINUTESDIFF($$TODAY, ADDWEEKDAYS($$TODAY,4))Calculate "Due Date" - IF(DE:Diff>4,ADDWEEKDAYS($$TODAY,SUM(DE...