Hey community, I am trying to create a table that will allow me to build out estimates for a project when we receive a support request.
For context:
For each of our support projects we have a number of stages, and within those stages we have a list activities, and an estimate of how long those activities take.
I have created two separate tables to capture this - the first a master list of project stages
and then a master list of activities that uses a lookup to the project stages table
Once we approve a support request it moves on to planning and estimation and what I would like to do is take Project Name from Support Requests and combine it with the Master list of activities into a new table called Project Estimation & Planning so I can build out the timeline for the project. The result would look something like this when grouped
I Understand that you manage your master list of stages, and your master list of activities. So I consider this as an input data. But obviously you can modify it later. I also consider that each new project entering in the Support Request table will have every activities.
So, in your support Request table, just create a Add this project to Project Estimation & Planning button
What does it ? : this button will run in every activities from master List of Activities, and for each row, it will create a new ron in your “Project Estimation & Planning” with :
the name of activities
the name of the project according to the current row from where you click the button
Then, just add “referenced by” column in your project estimation & planning table to get back other data from master list of activites (Estimate & Stage)
This is such a pleasure to read enthousiastic comment like this !
Do not hesitate for any further questions you may have
Since that, enjoy this document