N
Nikou
Hi,
I am trying to put a graphical indicator on CV% and SV% values. The
thresholds are: any variance percentage less or equal to 5% is Green, between
5% to 10% (included) is Yellow, and more that 10% variance is Red. The
formula I have is this:
IIf([CV %>]>=-5And[CV%]<=5,â€Greenâ€,IIf [CV%]>5 And
[CV%]<=10,â€Yellowâ€,IIf[CV%]<-5And [CV%]>-10,â€Yellow,â€Redâ€)))
Unfortunately it doesn't return the right graphical indicator. For example
for CV% = -0.05% (green status) and CV%= -5.64% (yellow status), it is
returning "Red".
Am I using the right formula? What is it that I am doing wrong? Any thought
is appreciated.
I am trying to put a graphical indicator on CV% and SV% values. The
thresholds are: any variance percentage less or equal to 5% is Green, between
5% to 10% (included) is Yellow, and more that 10% variance is Red. The
formula I have is this:
IIf([CV %>]>=-5And[CV%]<=5,â€Greenâ€,IIf [CV%]>5 And
[CV%]<=10,â€Yellowâ€,IIf[CV%]<-5And [CV%]>-10,â€Yellow,â€Redâ€)))
Unfortunately it doesn't return the right graphical indicator. For example
for CV% = -0.05% (green status) and CV%= -5.64% (yellow status), it is
returning "Red".
Am I using the right formula? What is it that I am doing wrong? Any thought
is appreciated.