Hi Balzyone,
Yes, certainly. But unfortunately the formula would apply to all tasks,
not just the single task you seem to be interested in. In Project,
unlike Excel, you write a formula in a custom field and Project uses the
formula for all tasks not just for a single task.
You can cook up a work around with a combination of a flag field and a
custom field. If you insert one of the custom flag fields (Flag1 for
example) and set the field to "Yes" for the single task you are
interested in. Then insert a custom Number field (Number1 for example)
you could then create a custom formula that would test for Flag = "yes"
and Duration >= 45.
For example:
In the Number1 field I used the following formula:
IIf([Flag1]=-1 And [Duration]>=45*[Minutes Per Day],1,0)
For tasks with the Flag1 set to yes (-1 in example) and Duration is
greater than or equal to 45 days, the value in the Number1 field shows
1. If both conditions are not true, the value in the Number1 field
shows 0. You can then customize the Number1 field with a graphic
indicator (Flag or circle etc.) of your choice.
I hope this helps. Let us know how you get along.
Julie
Project MVP
Visit
http://project.mvps.org/ for the FAQs and additional information
about Microsoft Project
Balzyone said:
So there is not a way to set up an if then type of deal. kinda like-
if dur
=>45d then display status red