L
LJI
I'm trying to create a custom field to return a graphical indicator RED/GREEN
depending on whehter the Finish Varaince is greater than, or less than 10days
from Baseline Plan.
"On_Task" is Green (< 10) "Late" is Red (>=10)
Formula seems to returns Green ONLY if variance is Zero or Negative value?
IIf([Finish Variance]>=10,"Late",(IIf([Finish Variance]<10,"On-Task","")))
depending on whehter the Finish Varaince is greater than, or less than 10days
from Baseline Plan.
"On_Task" is Green (< 10) "Late" is Red (>=10)
Formula seems to returns Green ONLY if variance is Zero or Negative value?
IIf([Finish Variance]>=10,"Late",(IIf([Finish Variance]<10,"On-Task","")))