I’m aware of the DATEADD function to add a number of days to a particular date, but is there a way to SUBTRACT # days from a date?
Example - I’m building a project plan that backs up from a launch date, instead of a start date. I want to subtract 7 days from my launch date to determine the start date of my week long code freeze, and I want to subtract 21 days from my launch date to determine the start date of UAT testing.
EDIT: Add a minus sign before your #days or reference :slightly_smiling_face:
