O
OCBluejay
I am attempting to create an over Project Status Stoplight. Can anyone
suggest how I can do the following formula. Basically two or more reds of
five lights should be red. All greens should be green, else Yellow. However
with this formula there is the possibility of 4 yellows and one green
equaling 9.
Help please
IIF([Cost] and [Schedule]=â€No baselineâ€, “No baselineâ€, IIF(([CostStoplight]
+ [ScheduleStoplight] + [ScopeStoplight] + [ResourcesStoplight] +
[BudgetStoplight]) >=9, “Overall Status Redâ€, IIF(([CostStoplight] +
[ScheduleStoplight] + [ScopeStoplight] + [ResourcesStoplight] +
[BudgetStoplight]) =5, “Overall Status Greenâ€, “Overall Status Yellowâ€)
suggest how I can do the following formula. Basically two or more reds of
five lights should be red. All greens should be green, else Yellow. However
with this formula there is the possibility of 4 yellows and one green
equaling 9.
Help please
IIF([Cost] and [Schedule]=â€No baselineâ€, “No baselineâ€, IIF(([CostStoplight]
+ [ScheduleStoplight] + [ScopeStoplight] + [ResourcesStoplight] +
[BudgetStoplight]) >=9, “Overall Status Redâ€, IIF(([CostStoplight] +
[ScheduleStoplight] + [ScopeStoplight] + [ResourcesStoplight] +
[BudgetStoplight]) =5, “Overall Status Greenâ€, “Overall Status Yellowâ€)