LabSim

Lab 1 — Question 21 of 28
Desktop: drag the answer and drop it into the blank cell.
Mobile: tap an answer first, then tap the blank cell.
75.0%

AUM considers students with GPA 3.5 or above as Honor Students. Place the correct formula in C2.

A B C
1 Student GPA Status
2 Ali 3.4

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