M
Michael Gwin
I searched for a couple hours and learned alot. I love this site. I tried
figuring out this seemingly simple formula and just cant get it to do what I
want....I need help.
I want to ultimately color code the tasks I have that are approaching
critical path. What I want is, if Total Slack time is greater than 0 days
and less than 5 days, show Yes in the Flag field. I plan on then taking the
flag field and color coding the text in the Task Name field (which I havent
learned yet either) and I might play with the color of the gantt chart bar.
Heres what I think should work:
IIf(0<[Total Slack]<5, Yes, No) but it marks everything Yes....
Also tried IIf((0<[Total Slack]<5), Yes, No)
Tried a bunch of other longer ones and with Text fields.
Please help.
figuring out this seemingly simple formula and just cant get it to do what I
want....I need help.
I want to ultimately color code the tasks I have that are approaching
critical path. What I want is, if Total Slack time is greater than 0 days
and less than 5 days, show Yes in the Flag field. I plan on then taking the
flag field and color coding the text in the Task Name field (which I havent
learned yet either) and I might play with the color of the gantt chart bar.
Heres what I think should work:
IIf(0<[Total Slack]<5, Yes, No) but it marks everything Yes....
Also tried IIf((0<[Total Slack]<5), Yes, No)
Tried a bunch of other longer ones and with Text fields.
Please help.