Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please I need urgent help on how to start from No. 2. Please show every step. Module 2 Mid-Level Exercise: RaiderGolf Order Form (MO-2.1, 2.3)

Please I need urgent help on how to start from No. 2. Please show every step.

Module 2 Mid-Level Exercise: RaiderGolf Order Form (MO-2.1, 2.3)

RaiderGolf is looking to create a reusable order form for golf equipment. This order form must include shipping charges and a discount for orders according to their total amount. In addition, the form must add a handling charge because most golf equipment must be packed by hand. The RaiderGolf salesclerk has placed information about pricing, handling charges (including the maximum charge), discounts, and shipping charges on worksheets in an Excel file. Your task is to complete the Orders worksheet using lookup functions to display the product description and to calculate the order total and shipping, handling, and discount charges. You cannot use any IF functions for this exercise use will cause a loss of points.

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

TotOrderVol

Discounts

B2:B5

  1. 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.
  2. 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.
  3. In cell D14 of the Orders worksheet, calculate the total cost of the order.
  4. 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.
    1. 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
  5. 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.
    1. HINT: The HLOOKUP will need to have the fourth argument be True for the approximate match.
  6. 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.
  7. In cell D19 of the Orders worksheet, calculate the grand total for the order.
  8. Save and close the GolfOrders.xlsx workbook.

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

Dividend Growth Investing Machine

Authors: Andrew P.C.

1st Edition

1521728461, 978-1521728468

More Books

Students also viewed these Finance questions