Question
You are to build a spreadsheet that will analyze delivery data. You want to find the actual activity cost, i.e., cost per delivery, for each
You are to build a spreadsheet that will analyze delivery data. You want to find the actual activity cost, i.e., cost per delivery, for each driver.
-
If you analyze data in business, you are likely to have so many records of data that you simply cannot calculate everything manually. You need to design an Excel spreadsheet to automate the calculations. Before you create calculations in Excel, however, think about what analytics building blocks you need to help you solve your problem. List the major analytical steps you need to perform to solve this problem.
Open the Excel file RawActivity_CaseData.xlsx.. Save the file as Lastname_Firstname_RawActivitySolution.xlsx (where Lastname is your actual last name and Firstname is your actual first name). Complete the following steps.
-
Create a new Excel sheet in which you will find the delivery cost for each delivery.
-
Create a new sheet that has information for each delivery. Name this sheet lookup.
-
In this lookup sheet, look up the hourly rate for the driver for each delivery. Do not enter this information manually! Use the VLOOKUP function.
-
For each delivery, calculate the delivery cost as an hourly rate for the driver multiplied by time (hours).
-
-
Create a new Excel sheet that aggregates the data contained in the lookup sheet to show each drivers activity analysis.
-
Create a pivot table in a new sheet; name this new sheet pivot table.
-
In this pivot table sheet, filter out the data associated with the Unknown drivers.
-
Find the number of deliveries for each driver.
-
Find the total cost of deliveries for each driver.
-
Find the average cost per delivery for each driver.
-
-
Evaluate your results. Are these the correct amounts? How can you tell if they are correct or not?
Date | Delivery ID | Driver | Time (Hours) |
1/1 | 1 | Frank | 2.5 |
1/1 | 2 | Deanna | 2.5 |
1/1 | 3 | Ben | 1.5 |
1/1 | 4 | George | 1 |
1/1 | 5 | Caroline | 2 |
1/1 | 6 | Irene | 2.5 |
1/2 | 7 | Unknown | 1.5 |
1/2 | 8 | George | 2 |
1/2 | 9 | Deanna | 1.5 |
1/2 | 10 | Unknown | 2.5 |
1/2 | 11 | Jenny | 2 |
1/3 | 12 | Ben | 1 |
1/3 | 13 | Ben | 2.5 |
1/3 | 14 | Deanna | 2.5 |
1/3 | 15 | Caroline | 2 |
1/3 | 16 | Ben | 2 |
Name | Hourly rate |
Adam | $ 17.00 |
Ben | $ 19.00 |
Caroline | $ 30.00 |
Deanna | $ 29.00 |
Elizabeth | $ 19.00 |
Frank | $ 26.00 |
George | $ 15.00 |
Hannah | $ 19.00 |
Irene | $ 17.00 |
Jenny | $ 26.00 |
Unknown | $ 20.00 |
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