Sunteți pe pagina 1din 2

Monash students to pass their unit MUST And

pass their hurdle in the exam


and total marks must be more / equal to 50
=IF(logical_test, do this if true , do this if false)

Logical_test => AND(logical condition 1, logical condition 2)


StudentID CseWork FinalExam Total Pass or Fail
12345 28 40 56 FAIL
12558 15 50 50 PASS
12668 0 50 35 FAIL
59789 20 95 86.5 PASS

Page1
XYZ college students can pass either Paper A or Paper B
Use "OR" condition within an "IF" statement in excel.

=IF(logical_test, do this if true , do this if false)

Logical_test => OR (logical condition 1, logical condition 2)


StudentID Paper A Paper B Total
12345 45 58 PASS
12558 78 35 PASS
12668 70 65 PASS
59789 15 21 Die

S-ar putea să vă placă și