Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A function is being entered into an Excel worksheet to evaluate the contents in cells B5, C5, and D5. The function needs to determine if
A function is being entered into an Excel worksheet to evaluate the contents in cells B5, C5, and D5. The function needs to determine if the value in cell B5 is less than 2%, C5 is greater than 50, or if the word BUY is entered into cell D5. Which of the following functions can accomplish this goal? a. =OR(B5<2%,C5>50,D5="BUY") b. =OR(B5<.02,C5>50,D5=BUY) c. =AND(B5<.02,C5>50,D5="BUY") d. =AND(B5<.02%,C5>50,D5=BUY) e. =IF(B5<.02 and C5>50 and D5="BUY")
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started