hello, I'm trying to figure out the right logic statement for a project mgmt file, that will give me a "Green" "Yellow or "Red" for a given set of conditions. I have totally confused myself, so I have stopped and seeked help
Here are the combo possibilities:
condition 1 condition 2 result
<0 +not started =red
<0 +open planning =red
<0 +open inflight =red
<0 +closed =green
>0,<5 +not started =yellow
>0,<5 +open planning =green
>0,<5 +open inflight =green
>0,<5 +closed =green
>5 +not started =green
>5 +open planning =green
>5 +open inflight =green
>5 +closed =green
Thank you in advance!
neillat.....
Here are the combo possibilities:
condition 1 condition 2 result
<0 +not started =red
<0 +open planning =red
<0 +open inflight =red
<0 +closed =green
>0,<5 +not started =yellow
>0,<5 +open planning =green
>0,<5 +open inflight =green
>0,<5 +closed =green
>5 +not started =green
>5 +open planning =green
>5 +open inflight =green
>5 +closed =green
Thank you in advance!
neillat.....