3 Logical Functions
3 Logical Functions
Condition
IF((OR(C2>=35, D2>=50)), "Pass", "Fail")
Score 2 Result
77
23
57
98
44
56
68
10
32
Condition
Excellent: 70 OR More
Good : Between 60 and 69
Condition
IF(E2>=70, "Excellent", IF(E2>=60, "Good", IF(E2>40,
Satisfactory, "Poor ")))
Total Score Result