B
ben
I am trying to create a custom formula that shows the degree (in %) that a
task is late. I am using the following formula to try this:
IIf(([Duration]/[Baseline Duration])>1.1 And [Finish]>[Baseline
Finish],"More than 10% Behind",IIf(([Duration]/[Baseline Duration])>1 And
[Finish]>[Baseline Finish],"Between 1-10% Behind
Schedule",IIf(([Duration]/[Baseline Duration])=1 Or [Finish]=[Baseline
Finish],"On Schedule",IIf(([Duration]/[Baseline Duration])<1 Or
[Finish]<[Baseline Finish],"Ahead of Schedule"))))
I want all successor tasks on a late task to show late as well but am having
troubles getting the output I want. How does MS Project calculate changes in
[finish]/[baseline finish]? Knowing this will help me taylor my algorithm to
what I want.
Thanks,
Ben
task is late. I am using the following formula to try this:
IIf(([Duration]/[Baseline Duration])>1.1 And [Finish]>[Baseline
Finish],"More than 10% Behind",IIf(([Duration]/[Baseline Duration])>1 And
[Finish]>[Baseline Finish],"Between 1-10% Behind
Schedule",IIf(([Duration]/[Baseline Duration])=1 Or [Finish]=[Baseline
Finish],"On Schedule",IIf(([Duration]/[Baseline Duration])<1 Or
[Finish]<[Baseline Finish],"Ahead of Schedule"))))
I want all successor tasks on a late task to show late as well but am having
troubles getting the output I want. How does MS Project calculate changes in
[finish]/[baseline finish]? Knowing this will help me taylor my algorithm to
what I want.
Thanks,
Ben