Hi, I am trying to get a RAG rating working on MS Project. I have been searching around and have found the following formula which I have got to partially work:
IIf([Baseline Finish]-[Finish]>=5,"Green",IIf([Baseline Finish]-[Finish]>=0,"Amber",IIf([Baseline Finish]-[Finish]<0,"Red",IIf([% Complete]=100,"Black")))
problem is the above only shows Amber and Red indicators. I think i need an "And" clause in there for if the baseline start is after todays date but not sure how to go about that to enable green indicators to show for future tasks.
Absolutely no idea why complete tasks aren't being indicated correctly.
any help very gratefully recieved,
thanks
IIf([Baseline Finish]-[Finish]>=5,"Green",IIf([Baseline Finish]-[Finish]>=0,"Amber",IIf([Baseline Finish]-[Finish]<0,"Red",IIf([% Complete]=100,"Black")))
problem is the above only shows Amber and Red indicators. I think i need an "And" clause in there for if the baseline start is after todays date but not sure how to go about that to enable green indicators to show for future tasks.
Absolutely no idea why complete tasks aren't being indicated correctly.
any help very gratefully recieved,
thanks