Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In cell D 7 of the Orders worksheet, calculate the total value of the item ( price multiplied by quantity ) . Copy the formula

In cell D7 of the Orders worksheet, calculate the total value of the item (price multiplied by quantity). Copy the formula into cells D8:D11.
In cell D14 of the Orders worksheet, calculate the total cost of the order.
In cell D15 of the Orders worksheet, calculate the total shipping charge for this order based on three variables: the ship-to region, the total weight, and the method of shipping.
a. HINT: This will require a HLOOKUP and cells C2,C3, and C4 to retrieve the answer. For the rownumber argument of the HLOOKUP, use C3+1
In cell D16 of the Orders worksheet, calculate the handling cost. Be certan to account for the maximum handling charge. Handling fees are based on the total order value excluding shipping and discounts.
a. HINT: The HLOOKUP will need to have the fourth argument be True for the approximate match.
In cell D17 of the Orders worksheet, calculate the discount. Be certain to write the formula so that the discount is deducted from the total amount when all values are added (should be a negative number). Discounts are based on the total order value excluding shipping and handling fees.
In cell D19 of the Orders worksheet, calculate the grand total for the order.
image text in transcribed

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

C++ Database Development

Authors: Al Stevens

1st Edition

1558283579, 978-1558283572

More Books

Students also viewed these Databases questions

Question

Summarize the learning organization idea as a strategic mind-set.

Answered: 1 week ago