S
Steve Scott
Can someone assist with just one final tweak to my formula. It currently
depends on having a Date in the Baseline Finish field. If a date is not there
(ie "NA") then I want it to return the value of "A" for amber. I have tried
getting the formula to recognise "NA", NA or null but it is not working - can
anyone assist?
Formula is:-
IIf([%
Complete]=100,"C",IIf([Finish]<Date(),"R",IIf([Number1]>5,"R",IIf([Number1]>0,"A","G"))))
and the formula within Number1 is:-
DateDiff("d",[Baseline Finish],[Finish])
depends on having a Date in the Baseline Finish field. If a date is not there
(ie "NA") then I want it to return the value of "A" for amber. I have tried
getting the formula to recognise "NA", NA or null but it is not working - can
anyone assist?
Formula is:-
IIf([%
Complete]=100,"C",IIf([Finish]<Date(),"R",IIf([Number1]>5,"R",IIf([Number1]>0,"A","G"))))
and the formula within Number1 is:-
DateDiff("d",[Baseline Finish],[Finish])