S
Shaun
I am trying to average out all of the tasks; and this works great. The
problem that I have is once I am done with a task I would like it not to take
the task into account. I am using this formula IIf([% Work
Complete]=100,0,ProjDateDiff([Finish],now(),[Project Calendar])) in a number
field to obtain a value. So I am using 0 as the value to return if complete.
The problem is that if I have 8 tasks in a group it takes the total and
averages it out accosts all 8 tasks. If I make 2 of the tasks complete I
would like it to sum it and then averages it out accost the 6 remaining tasks.
Any help would be greatly appreciated!
problem that I have is once I am done with a task I would like it not to take
the task into account. I am using this formula IIf([% Work
Complete]=100,0,ProjDateDiff([Finish],now(),[Project Calendar])) in a number
field to obtain a value. So I am using 0 as the value to return if complete.
The problem is that if I have 8 tasks in a group it takes the total and
averages it out accosts all 8 tasks. If I make 2 of the tasks complete I
would like it to sum it and then averages it out accost the 6 remaining tasks.
Any help would be greatly appreciated!