"In cell C^2 of an Excel worksheet, what formula should you enter to return ""yes"" if the value in cell E^8 is greater than or equal to the value in cell B^2, or ""no"" if it is not? A. =IF(E^8>=B^2, ""yes"", ""no"") B. =COMPARE(E^8, B^2, ""yes"", ""no"") C. =GREATEROR(E^8, B^2, ""yes"", ""no"") D. =CHECKVALUE(E^8, B^2, ""yes"", ""no"") "
6 months agoReport content

Answer

Full Solution Locked

Sign in to view the complete step-by-step solution and unlock all study resources.

Step 1
I'll solve this step-by-step:

Step 2
: Understand the Problem

The problem asks us to create an Excel formula that: - Checks if the value in cell E^8 is greater than or equal to the value in cell B^2 - Returns "yes" if the condition is true - Returns "no" if the condition is false

Final Answer

A. =IF(E^8>=B^2, "yes", "no")