E
External Update
I am pretty weak on formulas but here goes. I have the following formula:
IIf([Duration]=0,(IIf([% Complete]=100,2,IIf([Finish]<Now()+14 And [%
Complete]<100 And [% Complete]>=80,3,IIf([Finish]<Now()+14 And [%
Complete]<80,4,1)))),IIf([% Complete]=100 Or [%
Complete]>100*(Abs((Now()-[Start])/([Finish]-[Start]))),2,(IIf([Finish]>Now(),IIf([Start]>Now(),1,3),4))))
I would like to modify it to add 1.0 to the result if Flag4 = Yes.
Can somebody help.
Thanks
Larry
IIf([Duration]=0,(IIf([% Complete]=100,2,IIf([Finish]<Now()+14 And [%
Complete]<100 And [% Complete]>=80,3,IIf([Finish]<Now()+14 And [%
Complete]<80,4,1)))),IIf([% Complete]=100 Or [%
Complete]>100*(Abs((Now()-[Start])/([Finish]-[Start]))),2,(IIf([Finish]>Now(),IIf([Start]>Now(),1,3),4))))
I would like to modify it to add 1.0 to the result if Flag4 = Yes.
Can somebody help.
Thanks
Larry