Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete the following: 1 . Open the workbook named Module 2 - Golf.xlsx and then save the file as GolfOrders ( your last name )

Complete the following:
1. Open the workbook named Module 2- Golf.xlsx and then save the file as GolfOrders(your last name).xlsx.
2. Examine the contents of each worksheet, and name the ranges listed in the table below. Use these range names as appropriate in Questions 3 through 9.
Range Name Worksheet Cells
ItemPrice Costs A5:C20
HandlingFee Handling B2:G3
Disc Discounts A2:A5
TotOrderVal Discounts B2:B5
3. In cell C7 of the Orders worksheet, write a formula that displays the product description from the Costs sheet for the first item in the order. Copy the formula into cells C8:C11.
4. 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.
5. In cell D14 of the Orders worksheet, calculate the total cost of the order.
6. 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
7. In cell D16 of the Orders worksheet, calculate the handling cost. Be certain 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.
8. 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.
9. In cell D19 of the Orders worksheet, calculate the grand total for the order

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

Database Reliability Engineering Designing And Operating Resilient Database Systems

Authors: Laine Campbell, Charity Majors

1st Edition

978-1491925942

More Books

Students also viewed these Databases questions