LabSim

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

AUM considers students with GPA 3.5 or above as Honor Students. Complete cell C2 using the correct formula.

A B C
1 Student GPA Status
2 Ali 3.7

Choices
=IF(B2>=3.5,"Honor","Regular")
=IF(B2>3.5,"Honor","Regular")
=IF(B2<=3.5,"Honor","Regular")
=IF(B2>=3.5,"Regular","Honor")