M
Mat
Hi guys
Ive got a RAG status formula that represents late tasks with a red graphical
indicator, Baseline slippage with amber etc and I need to put some sort of
manual override in so that I can force a status not based on the formula - im
sure ive seen it done before can anyone help ?
I need to sort this quite quick so all input appreciated.
Here's the formula
IIf([Finish]<Now() And [% Complete]<100,1,IIf([Start]<Now() And [%
Complete]=0,1,IIf([Finish]>[Baseline Finish] And [%
Complete]<100,2,IIf([Finish]=[Baseline Finish] And [% Complete]<100,3,IIf([%
Complete]=100,4,3)))))
Cheers
Mat
Ive got a RAG status formula that represents late tasks with a red graphical
indicator, Baseline slippage with amber etc and I need to put some sort of
manual override in so that I can force a status not based on the formula - im
sure ive seen it done before can anyone help ?
I need to sort this quite quick so all input appreciated.
Here's the formula
IIf([Finish]<Now() And [% Complete]<100,1,IIf([Start]<Now() And [%
Complete]=0,1,IIf([Finish]>[Baseline Finish] And [%
Complete]<100,2,IIf([Finish]=[Baseline Finish] And [% Complete]<100,3,IIf([%
Complete]=100,4,3)))))
Cheers
Mat