Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Lookup Built-tough Boards sells outside bulletin boards used to display community information on the outside of buildings. The company sells blue and red bulletin boards,
Lookup
Built-tough Boards sells outside bulletin boards used to display community information on the outside of buildings. The company sells blue and red bulletin boards, which they will deliver regionally up to 1,000 miles. While Built-tough Boards offers a discount for purchasing in bulk, it requires customers to buy at least two bulletin boards at a time.
The table on the Lookup Functions worksheet shows 25 recent sales. Each order lists the color of the boards ordered, the number to be shipped with the order, and the distance of the delivery in miles.
Complete the table by using the VLOOKUP and HLOOKUP functions in Excel to calculate the number of days it will take for delivery, the delivery price, and the price of the signs for each order.
1. Use the VLOOKUP function in cell F3 to determine the number of days it will take to ship order 1.
- Use the distance in cell E3 to lookup the appropriate value on the "Delivery Information" reference table (range K4:M9).
- Use relative and absolute references appropriately
2. Copy your formula in cell F3 and paste it down to complete the "# Days" column of the table.
3. Use the VLOOKUP function in cell G3 to calculate the delivery price for order 1.
- The delivery price can be referenced on the "Delivery Information" lookup table.
- Use appropriate relative and absolute cell references.
4. Copy your formula in cell G3 and paste it down to complete the "Delivery" column of the table.
5. Use the HLOOKUP function in cell H3 to calculate the product pricing based on the color and quantity of the billboards ordered.
- Product pricing can be referenced on the "Product Pricing" lookup table (range P3:Q12).
- Use appropriate relative and absolute cell references.
- Note the third argument within the HLOOKUP function is the row_index_num. It specifies how many rows to go down within the matching column to find the right value to return as the function result. For each Order, the value specified as '#'Shipped in Column D is the desired Row_index_num for that order (i.e., you should refer to the respective Column D cell for the third HLOOKUP argument). The row_index_num argument will be a reference to a cell in column D rather than a fixed number.
6. Copy your formula in cell H3 and paste it down to complete the "Price" column of the table.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started