C
CarharttRandy
Seeking a little traffic light help here. By using the following formula, I
can place a RED indicator light on those tasks that are late and a Green
indicator light on everything else.
IIf([Finish]<now() And [Remaining Work]<>0,"LATE","OK")
What I really want to do, is:
(1) Place RED indicator for late tasks,
(2) a GREEN indicator for on-time tasks, and
(3) a WHITE indicator for tasks that haven't been scheduled to start yet.
Anyone know how to do this? Thanks much!!!
can place a RED indicator light on those tasks that are late and a Green
indicator light on everything else.
IIf([Finish]<now() And [Remaining Work]<>0,"LATE","OK")
What I really want to do, is:
(1) Place RED indicator for late tasks,
(2) a GREEN indicator for on-time tasks, and
(3) a WHITE indicator for tasks that haven't been scheduled to start yet.
Anyone know how to do this? Thanks much!!!