Gaining Proficiency Instructions Grader - InstructionsExcel 2019 Project Exp19_Excel_Ch02_Cap_Appliances Project Description: You are an account manager for W.C. Hicks Appliances, a local appliance...

1 answer below »
I have 6 more assignments just like this can they be done by the deadline?


Gaining Proficiency Instructions Grader - InstructionsExcel 2019 Project Exp19_Excel_Ch02_Cap_Appliances Project Description: You are an account manager for W.C. Hicks Appliances, a local appliance store that also provides financing, delivery, and installation. As part of your daily tasks, you create an excel workbook that reports sales, pay-ment plan information, and summary statistics. Steps to Perform: Step Instructions Points Possible 1 Start Excel. Download and open the file named Exp19_Excel_Ch02_Cap_Appliances.xlsx. Grader has automatically added your last name to the beginning of the filename. 0 2 Insert a function in cell B2 to display the current date and format as a Long Date. 8 3 Autofit the width of column B. 0 4 Insert a function in cell C5 to display the item named based on the provided inventory lookup information. Copy the function from cell C5 down through C13 to complete column C. 7 5 AutoFit the width of column C. 0 6 Insert a function in cell E5 to display the item price based on the provided inventory lookup information. Copy the function from cell E5 down through E13 to complete column E. 7 7 Apply Currency Number Format with two decimal places to column E. 4 8 Insert an IF function in cell F5 to calculate the total due. If the customer has chosen home delivery, there is an additional delivery charge located in cell B25. Be sure to use appropriate relative and absolute cell references. 10 9 Copy the function from cell F5 down through F13 to complete column F and apply Currency Number Format with two decimal places to column F. 8 10 Insert the function in cell H5 to calculate the first customer’s monthly payment, using appropriate relative and absolute cell references. Ensure the result is a positive number. Copy the formula down to complete column H. 10 11 Insert a function in cell H14 to calculate the total of all monthly payments in column H and apply Currency Number Format with two decimal places to column H. 8 12 Insert a function in cell H18 to calculate the total number of orders based on entries in column A. 6 13 Insert a function in cell H19 to calculate the lowest monthly payment in column H. 6 14 Insert a function in cell H20 to calculate the average monthly payment in column H. 6 15 Insert a function in cell H21 to calculate the highest monthly payment in column H. 6 16 Insert a function in cell H22 to calculate the median monthly payment in column H. 6 17 Apply Currency Number Format with two decimal places to the range H19:H22. 2 18 Insert a footer with your name on the left side, the sheet name in the center, and the file name on the right side. 6 19 Save and close Exp19_Excel_Ch02_Cap_Appliances.xlsx. Exit Excel. Submit the file as directed 0 Total Points 100 Created On: 10/21/20201Exp19_Excel_Ch02_Cap - Appliances 1.8 Sales W.C. Hicks Appliances Date Prepared: Client NameSKUItem NameDeliveryPriceTotal DueYearsMonthly Payment Garten294211Yes3 Leggett327064Yes5 Vong446741No3 Ranger643081No5 Williams294211No3 Davis446741No3 Jackson306862Yes4 Garcia643081No4 Broadnax446741Yes5 Totals Inventory Information SKUDescriptionPriceSummary Statistics 294211Refrigerator$1,399.00Number of Orders 306862Dishwasher$809.99Lowest Monthly Payment 327064Microwave$379.99Average Monthly Payment 446229Oven$1,099.99Maximum Monthly Payment 446741Washer$467.99Median Monthly Payment 643081Dryer$599.99 Delivery Fee$75.00 Interest Rate3.25% Months Per Year12 task5/exp19excelch07caprealestatefinalresult-345xdp1a.jpg task5/exp19excelch07caprealestateinstructions-jwlmjcu4.docx Grader - InstructionsExcel 2019 Project Exp19_Excel_Ch07_Cap_Real_Estate Project Description: You are the office manager for a real estate company in northern Utah County. You tracked real estate listings, including city, agent, listing price, sold price, etc. Agents can represent a seller, a buyer, or both (known as dual agents). Your assistant prepared the spreadsheet structure with agent names, agent types, the listing and sold prices, and the listing and sold dates. You want to complete the spreadsheet by calculating the number of days each house was on the market before being sold, agent commissions, and bonuses. In addition, you will use conditional functions to calculate summary statistics. For further analysis, you will insert a map chart to indicate the average house selling price by city. Finally, you will create a partial loan amortization table and calculate cumulative interest and principal to show a potential buyer to help the buyer make decisions. Steps to Perform: Step Instructions Points Possible 1 Start Excel. Download and open the file named Exp19_Excel_Ch07_Cap_RealEstate.xlsx. Grader has automatically added your last name to the beginning of the filename. 0 2 The spreadsheet contains codes (BA, DA, SA) to represent agent roles (Buyer’s Agent, Dual Agent, Seller’s Agent). You want to switch the codes for the actual descriptions. In cell E12 of the Details sheet, insert the SWITCH function to evaluate the agent code in cell D12. Include mixed cell references to the codes and roles in the range J2:K4 for the values and results arguments. use all cell references in the function. Copy the function to the range E13:E39. 5 3 Now you want to calculate the number of days between the list date and sale date. In cell J12, insert the DAYS function to calculate the number of days between the Listing Date and the Sale Date. Copy the function to the range J13:J39. 5 4 You want to calculate agent commissions based on their role. In cell K12, insert the IFS function to calculate the agent’s commission based on the agent code and the applicable rates in the range L2:L4. Use relative and mixed references correctly. Copy the function to the range K13:K39. 5 5 You want to calculate a bonus if the sold price was at least equal to the listing price, and if the house sold within 30 days after being listed. In cell L12, insert an IF function with a nested AND function to calculate a bonus. The AND function should ensure both conditions are met: Sold Price divided by the Listing Price is greater than or equal to 100% (cell L7) and the Days on Market are less than or equal to 30 (cell L8). If both conditions are met, the bonus is $1,000 (cell L9). Otherwise, the bonus is $0. Use mixed cell references to the input values in the range L7:L9. Copy the function to the range L12:L39. 5 6 The top-left section of the spreadsheet is designed for summary statistics for one condition. You will calculate average selling prices and the number of houses sold in each city (the condition). In cell B2, insert the AVERAGEIF function to calculate the average Sold Price for houses in the city of Alpine. Use mixed references for the range; use a relative reference to cell A2. Copy the function and use the Paste Formulas option to paste the function in the range B3:B5 so that the bottom border in cell B5 is preserved. 5 7 You want to count the number of houses in one city. In cell C2, insert the COUNTIF function to count the number of houses in the city of Alpine. Use mixed references for the range; and use a relative reference to cell A2. Copy the function and use the Paste Formulas option to paste the function in the range C3:C5 so that the border in cell C5 is preserved. 5 8 You want to calculate the total commissions for each agent (the condition). In cell B7, insert the SUMIF function to total the commissions by agent. Use mixed references for the ranges; and use a relative reference to cell A7. Copy the function and use the Paste Formulas option to paste the function in the range B8:B9 so that the borders are preserved. 5 9 The top-middle section of the spreadsheet is designed for summary statistics for multiple conditions. You will calculate the number of houses sold for each agent when he or she served as a Dual Agent (DA). Use mixed references for ranges and the agent code condition in cell J3. Use relative cell references to the agent condition in cell E2. When you copy the formulas, use the paste Formulas options to preserve border formatting. In cell F2, insert the COUNTIFS function in cell F2 to count the number of houses sold by the first agent (cell E2) who was a Dual Agent (DA) (J3) for that house. Use all cell references in the function. Copy the function to the range F3:F4 and preserve the bottom border for cell F4. 5 10 You are ready to calculate the total value of those houses for each agent when he or she served as a Dual Agent (DA). Use mixed references for ranges and the agent code condition in cell J3. Use relative cell references to the agent condition in cell E2. When you copy the formulas, use the paste Formulas options to preserve border formatting. In cell G2, insert the SUMIFS function to sum the selling prices of the houses sold by the first agent (cell E2) who was a Dual Agent (DA) (J3) for that house. Copy the function to the range G3:G4 and preserve the bottom border for cell G4. 5 11 Now, you will calculate the highest-price house highest-price house sold for each agent when he or she served as a Dual Agent (DA). Use mixed references for ranges and the agent code condition in cell J3. Use relative cell references to the agent condition in cell E2. When you copy the formulas, use the paste Formulas options to preserve border formatting. In cell H2, insert the MAXIFS function in cell H2 to display the highest-price house sold by the first agent (cell E2) who was a Dual Agent (DA) (J3) for that house. Copy the function to the range H3:H4 and preserve the borders in the range H3:H4. 5 12 The Map worksheet contains a list of cities, postal codes, and average house sales. You will insert a map chart to depict the averages visually using the default gradient fill colors. Display the Map worksheet, select the range B1:C5 and insert a map chart. 5 13 Cut the map chart and paste it in cell A7. Set a 2.31" height and 3.62" width. 5 14 You want to enter a meaningful title for the map. Change the map title to Average Selling Price by Zip Code. 2 15 Display the Format Data Series task pane, select the option to display only regions with data, and show all labels. Close the task pane. 3 16 You are ready to start completing the loan amortization table. Display the Loan worksheet. In cell B8, type a reference formula to cell B1. The balance before the first payment is identical to the loan amount. Do not type the value; use the cell reference instead. In cell B9, subtract the principal from the beginning balance on the previous row. Copy the formula to the range B10:B19. 5 17 Now, you will calculate the interest for the first payment. In cell C8, calculate the interest for the first payment using the IPMT function. Copy the
Answered 3 days AfterMay 08, 2021

Answer To: Gaining Proficiency Instructions Grader - InstructionsExcel 2019 Project...

Mohd answered on May 12 2021
136 Votes
Payroll Data
    Metropolitan Zoo
    Gift Shop Department
    Name    No. of Dependents    Hourly Wage    Hours Wo
rked    Regular Pay    Overtime Pay    Gross Pay    Taxable Pay    Federal Withholding Tax    FICA    Net Pay
    Abram    2    $ 9.95    48    $ 398.00    $ 119.40    $ 517.40    $ 417.40    $ 104.35    $ 39.58    $ 373.47
    Acosta    1    $ 9.55    48    382.00    119.40    501.40    451.40    126.39    38.36    336.65
    Bordeaux    3    $ 11.75    50    470.00    149.25    619.25    469.25    131.39    47.37    440.49
    Higinbotham    1    $ 11.75    35    411.25    0.00    411.25    361.25    90.31    31.46    289.48
    Ianziti    1    $ 10.00    40    400.00    0.00    400.00    350.00    87.50    30.60    281.90
    Jaussi    1    $ ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here