Multiple Choice
The scores of a student in two subjects are inserted in cells B2 and C2. The passing score for each subject is 60. Which of the following formulas returns TRUE if at least one score is greater than or equal to 60, or else it returns FALSE?
A) =IF(B2>=60, C2>=60)
B) =OR(B2>=60, C2>=60)
C) =AND(B2>=60, C2>=60)
D) =NOT(OR(B2>=60, C2>=60) )
Correct Answer:

Verified
Correct Answer:
Verified
Q36: To add a worksheet to a workbook,
Q148: Which of the following views shows how
Q217: A calculated field is a user-defined formula
Q218: To change a chart title, you click
Q219: The expression Overview!D12 is a mixed reference
Q222: Which of the following dialog boxes do
Q223: Marilyn added a few calculated fields and
Q224: _ provides access to the Data Model,
Q225: When you print in portrait orientation, the
Q226: In the formula = SUBTOTAL(1, Customers_Table(ID]), what