Hello! I am venturing into some of the more robust AirTable features and am stuck on this formula.
I need to create a formula where a task ‘Start Date’ is extrapolated from the ‘Project Due Date’, based on the ‘Project Status’.
This is what I am attempting: The project due date is 5/30/19
- Task 1 is in the ‘Project Kickoff’ stage
- Task 2 is in the ‘Week 1 - Prototyping’ stage
- Task 3 is in the ‘Week 2 - Design & Development’ stage
- Task 4 is in the ‘Week 3 - Design & Development’ stage
I want the due date for task 1 to be 4 weeks BEFORE the project due date. (5/2/19)
I want the due date for task 2 to be 3 weeks BEFORE the project due date. (5/9/19)
I want the due date for task 3 to be 2 weeks BEFORE the project due date. (5/16/19)
I want the due date for task 4 to be 1 week BEFORE the project due date. (5/23/19)
I’ve been trying to use nested IF formulas, combined with the DATEADD formula, but not having any luck. Help!
