S
Steve Scott
I am testing a RAG status formula which works ok but when I add a task it
erases previous values on tasks above it that it had calcualted prior to the
new task being added. Any ideas?
IIf([Text2]<4,(IIf([Milestone]=-1,IIf([%
Complete]=100,"Complete",IIf(([Baseline Finish]=ProjDateValue("NA") And
[Milestone]=-1),"No baseline
Set!",IIf([Finish]<Date(),"Reforecast",IIf([Number1]>7,"R",IIf([Number1]>0,"A","G"))))),"NM")),"LL")
erases previous values on tasks above it that it had calcualted prior to the
new task being added. Any ideas?
IIf([Text2]<4,(IIf([Milestone]=-1,IIf([%
Complete]=100,"Complete",IIf(([Baseline Finish]=ProjDateValue("NA") And
[Milestone]=-1),"No baseline
Set!",IIf([Finish]<Date(),"Reforecast",IIf([Number1]>7,"R",IIf([Number1]>0,"A","G"))))),"NM")),"LL")