LabSim

Lab 2 — Question 4 of 10
Desktop: drag the answer and drop it into the blank cell.
Mobile: tap an answer first, then tap the blank cell.
40.0%

Students with a score of 50 or above PASS. Complete cell C2 using the correct formula.

A B C
1 Student Score Result
2 Mona 62

Choices
=IF(B2>=50,"Pass","Fail")
=IF(B2>50,"Pass","Fail")
=IF(B2<=50,"Pass","Fail")
=IF(B2>=50,"Fail","Pass")