207k views
1 vote
The result of the formula =OR(I3:I21>90), where cell I5 is 92, is ____.

User Eyups
by
7.9k points

1 Answer

4 votes

Final answer:

The result of the formula =OR(I3:I21>90), where cell I5 is 92, is TRUE.

Step-by-step explanation:

The formula =OR(I3:I21>90) checks whether any value in the range I3:I21 is greater than 90. The OR function returns TRUE if any value in the range is greater than 90, and FALSE otherwise. In this case, cell I5 has a value of 92, which is greater than 90, so the result of the formula is TRUE.

User Richard West
by
8.9k points