Hi All
I am trying to write a formula that shows whether a student is competent. Some units have 3 assessments (A, B, C) and some have 4 (A, B, C, D). I am using the Grey ball to show no assessment or N/A (for the units that only have 3 assessments).
- 3 assessments - A, B, C = green and D = Grey then the student is CO, otherwise they are NYC
- 4 Assessment - A, B, C, D = green, then the student is CO, otherwise they are NYC
I think it needs to be an IF/Or, but I am lost as to how to write it.
This formula works for 4 assessments but not for 3.
=IF([Assessment A]10 = "Green", IF([Assessment B]10 = "Green", IF([Assessment C]10 = "Green", IF([Assessment D]10 = "Green", "CO", "NYC"))))
This is what I tried to convert it to........
=IF(AND(OR[Assessment D]28 = "Green", [Assessment D]28 = "Gray"), [Assessment A]28 = "Green", [Assessment B]28 = "Green", [Assessment C]28 = "Green", "CO", "NYC"))))
Can anyone please help?
Liz
