Solved

The Score of a Student in Two Subjects Are Inserted

Question 8

Multiple Choice

The score of a student in two subjects are inserted in B2 and C2 cell and the passing score for each subject is 60.which of these functions will you insert in D2 cell to get FALSE as the result if the student has passed and TRUE as the result if the student has failed?


A) =IF(B2>=60,C2>=60)
B) =NOT(OR(B2>=60,C2>=60) )
C) =OR(B2>=60,"Pass","Fail")
D) =AND(B2>=60,"Pass","Fail")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions