LabSim

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

Build Formula: Create =IF(GPA>=3.0,"Pass","Fail")


Formula Parts
IF
if
(
)
GPA>=3.0
GPA>3.0
,
.
"Pass"
"Fail"


Previous