I have a spreadsheet with 3 columns. A contains an importance factor, a number from 1 to 5. B contains a percentage, the amount of the completed task. C contains the number of days it is taking to do/finish the task.
taskA 3|67%|30
taskB 1|98%|70
I want a total completed percentage for the project, where the project is made of those two tasks.
I can do it for 1 factor. For instance, with days as the weight:
=B1*C1/($C$1+$C$2)+B2*C2/($C$1+$C$2)
or 89% complete
But how do I factor the fact that taskB is less important (it's value is 1)? Thank you!
2007-10-23
05:10:30
·
1 answers
·
asked by
jc
1
in
Science & Mathematics
➔ Mathematics