Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 The Week worksheet contains data for the week of August 5 . In cell D 7 , insert the appropriate date function to calculate
The Week worksheet contains data for the week of August
In cell D insert the appropriate date function to calculate the number of days between the Date Arrived and Date Ordered. Copy the function to the range D:D
You want to display the weekday for the arrival dates.
In cell E insert the WEEKDAY function to identify an integer representing the weekday of the Date Arrived. Copy the function to the range E:E
You need to format the WEEKDAY function results with a custom number format.
Select the range E:E apply the custom number format dddd and apply center horizontal alignment.
Next, you want to display the city names that correspond with the city airport codes.
In cell G insert the SWITCH function to evaluate the airport code in cell E Include mixed cell references to the city names in the range G:G Use the airport codes as text for the Value arguments: AUS for Austin, DFW for DallasFort Worth, and IAH for Houston. Copy the function to the range G:G
Now you want to display the standard shipping costs by city.
In cell I insert the IFS function to identify the shipping cost based on the airport code and the applicable shipping rates in the range H:H Enter the airport codes in this sequence: AUS, DFW IAH with their respective costs Use relative and mixed references correctly. Copy the function to the range I:I
Finally, you want to calculate a partial shipping refund if two conditions are met.
In cell J insert an IF function with a nested AND function to determine shipping refunds. The AND function should ensure both conditions are met: Total Days is greater than Total Days Delivery Goal cell C and Order Total is equal to or greater than Order Total Threshold cell C If both conditions are met, the refund is cell C of the Shipping Cost. Otherwise, the refund is $ Use mixed references as needed. Copy the function to the range J:J
The Stats worksheet contains similar data. Now you want to enter summary statistics.
In cell B insert the COUNTIF function to count the number of shipments for Austin cell B Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C:D
In cell B insert the SUMIF function to calculate the total orders for Austin cell B Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C:D
In cell B insert the AVERAGEIF function to calculate the average number of days for shipments from Austin cell B Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C:D
Now you want to focus on shipments from Houston where the order was greater than $
In cell C insert the COUNTIFS function to count the number of orders where the Airport Code is IAH Cell D and the Order Total is greater than $
In cell C insert the SUMIFS function to calculate the total orders where the Airport Code is IAH Cell D and the Order Total is greater than $
In cell C insert the MAXIFS function to return the highest order total where the Airport Code is IAH Cell D and the Order Total is greater than $
On the Map worksheet, insert a map for the states and revenues. Cut and paste the map in cell C
Format the data series to show only regions with data and show all map labels.
Change the map title to August Gross Revenue.
Use the Loan worksheet to complete the loan amortization table.
In cell F insert the IPMT function to calculate the interest for the first payment. Copy the function to the range F:FThe results will update after you complete the other functions and formulas.
In cell G insert the PPMT function to calculate the principal paid for the first payment. Copy the function to the range G:G
In cell H insert a formula to calculate the ending principal balance. Copy the formula to the range H:H
Now you want to determine how much interest was paid during the first two years.
In cell B insert the CUMIPMT function to calculate the cumulative interest after the first two years. Make sure the result is positive.
In cell B insert the CUMPRINC function to calculate the cumulative principal paid at the end of the first two years. Make sure the result is positive.
You want to perform a whatif analysis to determine the rate if the monthly payment is $ instead of $
In cell B insert the RATE function to calculate the necessary monthly rate given the NPER, proposed monthly payment, and loan. Make sure the result is positive.
Finally, you want to convert the monthly rate to an APR.
In cell B insert a formula to calculate the APR for the monthly rate in cell B
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