Hello,
I am working on a complex problem and I could use some guidance. We have a dozen or so milestones that we track. So far I have calculated the average time between the milestones and the overall average time from start to finish. Now I want to make a calculation that tells me from my current date what is the estimated amount of time until project completion. Below is an example of what I am trying to accomplish.
Total average time is 12 months start to finish.
Average time from start to milestone one is 1 month.
Average time from milestone one to milestone two is 1 month
Average time from milestone two to milestone three is 1 month.
etc. adding up to 12 months. (remember these numbers can fluctuate.
I need an equation/formula that looks to see if the dates exist from milestone to milestone. If the dates exist and they are today or in the past, I need to subtract the average time between the milestones from the total average. This should give me the average time to completion on a project without estimated completion dates.
Any help would be greatly appreciated.