P
PhilosophersSage
I inherited a project when the previous person was canned and haven’t touched
MS Project prior to this inheritance. Upper management looks at the stop
light (0 = 100%, 1 = Green, 2 = Yellow, 3 = Red) to see where we are at on a
weekly basis for the prior week. The problem comes is that the conditions are
set up through Friday what was good for last Friday is not for this Friday.
Also it makes short duration tasks red before they even start. I want to set
up the stop light function to display for a cretin week only not current week
so no matter when one opens the file it will still show the snapshot for that
specific week. Also
The current stop light formula is:
IIf([%
Complete]=100,IIf([Flag20]=Yes,IIf(Left([Notes],2)="CR",0,1.5),0),IIf(([%
Complete]=0 And [Start]<[Date3]) Or [Finish]<[Date3],3,IIf(([% Complete]=0
And [Start]<[Date2]) Or [Finish]<[Date2],2,IIf([Finish]>[Date2],1,4))))
Date2 is:
Now()+14
Date3 is
Now()+(7-(Weekday(Now()+1)))
MS Project prior to this inheritance. Upper management looks at the stop
light (0 = 100%, 1 = Green, 2 = Yellow, 3 = Red) to see where we are at on a
weekly basis for the prior week. The problem comes is that the conditions are
set up through Friday what was good for last Friday is not for this Friday.
Also it makes short duration tasks red before they even start. I want to set
up the stop light function to display for a cretin week only not current week
so no matter when one opens the file it will still show the snapshot for that
specific week. Also
The current stop light formula is:
IIf([%
Complete]=100,IIf([Flag20]=Yes,IIf(Left([Notes],2)="CR",0,1.5),0),IIf(([%
Complete]=0 And [Start]<[Date3]) Or [Finish]<[Date3],3,IIf(([% Complete]=0
And [Start]<[Date2]) Or [Finish]<[Date2],2,IIf([Finish]>[Date2],1,4))))
Date2 is:
Now()+14
Date3 is
Now()+(7-(Weekday(Now()+1)))