Is there a way to calculate start and due dates off of a fixed project end date?
Example: I have a project that I am working towards a go live of 5/1/2023
- Each item should have a start date calculated off of the same go live date
- Each item should have an due date calculated off of the go live date
*Dependencies between items can change - some items can be same day, 5 days between, 7 days between.
I was using the formula below, but it is requires a date completed to calculate and I am trying to get the start and due dates to show for all line items
FORMAT_DATE(ADD_DAYS({Date Completed},{Number of DaysA}))*