Hello,
I'm trying to calculate a department's overall status based on a percent score. I think I need to use percent of completed deliverables, weighted average of deliverables and deliverable due dates within that area. Any words of wisdom?
I'm working on a project with various departments that each provide an arbitrary status of either "On Track," "Off Track" or "At Risk." My team would like to construct a formula that will yield a certain percent that we can then translate ourselves to a mathematically-founded status. Similar to a grade scale (70-100% is an On Track, 40-69% is Off Track, etc.) or a RAID log scale.
Each department is listed as a parent row and has child rows/tasks that roll up. The percent complete, weighted average and due dates are accounted for. Is it possible to calculate this? Thank you!!