I am helping someone at my work to do some formula on evaluation -
For example -
There are three evaluators on one subject. Each of them evaluate with those following letters - S, U, I.
Now we need to "average" those ratings - Such as -
S, S, S = S
S, S, I = S
S, I, I = I
U, S, I = I
I, I, I = I
I, I, U = I
I, U, U = U
U, U, U = U
Need to reevaluate =
S, S, U
S, U, U
So the first part is very easy = the formula goes -
=IF(COUNTIF(D10:I10,"S")>=2,"S",IF(COUNTIF(D10:I10,"I")>=2,"I",IF(COUNTIF(D10:I10,"U")>=2,"U")))
But when I tried to add NOT "U" in the first part (S, S, U) basically, if there is an U with two S, then that category needs to be reevaluate. I couldn't get that to work. As for U as well - if there are two Us, but with one S, then it needs to be re evaluate.
I'd appreciate if you are able to assist with this formulaIt is the LAST one that we need to figure.
Shannon
Bookmarks