Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Quantitative Analysis For Management

Authors: Barry Render, Ralph M. Stair, Michael E. Hanna

11th Edition

9780132997621, 132149117, 132997622, 978-0132149112

Students also viewed these Mathematics questions