Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following worksheet. The customer demand for any product can either be less than or greater than the amount on hand. If it is

Consider the following worksheet. The customer demand for any product can either be less than or greater than the amount on hand. If it is less than, there will be some left over. If it is greater than, there will be a shortage. (If demand equals the amount on hand, there won't be any leftover or shortage.) The values shown in the worksheet illustrate the logic, but the values in rows 7 and 8 should recalculate correctly for any values in rows 4 and 5. To generate the values in rows 7 and 8, you could do which of the following?
a. Enter the formulas =MAX(B4-B5,0) and =MAX(B5-B4,0) in cells B7 and B8, and copy them across.
b. Enter the formulas =MAX(B4,-B5,0) and =MAX(B5,-B4,0) in cells B7 and B8, and copy them across.
c. Enter the formulas =MIN(B4-B5,0) and =MIN(B5-B4,0) in cells B7 and B8, and copy them across.
d. None of these choices will work. You need to use IF functions.

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_2

Step: 3

blur-text-image_3

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

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions