M
max
Dears,
In MS project i was trying to use the following formula for indicators,
which i experimented but needs some fine tuning.Can someone please help
Switch((([% Complete]=100) And ([Finish Variance]=0)),"Complete",(([Finish
Variance]>=0) And ([% Complete]<100)),"On Track",(([Finish Variance]>=1) And
([% Complete]<100)),"Late",(([Finish Variance]>=2) And ([%
Complete]<100)),"Delayed")
Also as seen in thsi formula i dont wnt it this way. I shld compare not with
[fiinsh variance] but with [Finish] field . I want to compare [Finish] field
with current date and if it skips days need the above conditions
Thanks
max
In MS project i was trying to use the following formula for indicators,
which i experimented but needs some fine tuning.Can someone please help
Switch((([% Complete]=100) And ([Finish Variance]=0)),"Complete",(([Finish
Variance]>=0) And ([% Complete]<100)),"On Track",(([Finish Variance]>=1) And
([% Complete]<100)),"Late",(([Finish Variance]>=2) And ([%
Complete]<100)),"Delayed")
Also as seen in thsi formula i dont wnt it this way. I shld compare not with
[fiinsh variance] but with [Finish] field . I want to compare [Finish] field
with current date and if it skips days need the above conditions
Thanks
max