I am trying to track when i should expect a project back based on the amount of days given to return. The first return length is 70 days or 10 weeks. The second time it is submitted is 30 days return.
Column: Submitted date: (constant)- user entered
Columns: Expected Project Return (date)
DATEADD({SUBMITTED Date }, 10, 'week'))
This checks out good.
when I have a Resubmittal column(date) I would like the Expected Project Return Date to now show
DATEADD({SUBMITTED }, 30, 'day'))
So in short i want the expected return date column to update once the resubmittal date is updated.