Question
A sheet should display “Pass” when C2 is at least 50 and “Fail” otherwise. Which function is designed for this decision?
Select an option. Your answer will be checked instantly.
Correct Answer: B. IF
Explanation:
IF tests a condition and returns one result when true and another when false.
It is suited to two-outcome logical decisions such as pass or fail.
Leave a Reply