Hello All,
I am trying to see if it is feasible to add a specific duration (in days) to a respective item in a dropdown list.
For example, I have the following dropdown list:
1 - Review feasibility
2 - Design Review
3 - MFG start
4 - Inspection
And on each item, I would like to capture the duration as follows:
1 - Review feasibility = 10 days
2 - Design Review = 5 days
3 - MFG start = 20 days
4 - Inspection = 10 days
Then I have a column for the project's "start date", "next milestone date", and "end date".
So based on the selection picked in the dropdown list, the "next milestone" and "finish" dates will get updated automatically.
Thank you in advance for any insights on getting this set up!