In this project, you will create a named range and use it to set data validation. You will use a PMT function to calculate a value and then use it in a two-variable data table. You will also enter VLOOKUP functions to return values from a table, and format cells in the workbook. You will also audit a worksheet, correct errors, and use the MATCH and INDEX functions.
Step |
Instructions |
Points Possible |
1 |
Open the file Excel_7G_Loan_Flowers_Staff.xlsx downloaded with this project. |
0 |
2 |
Display the second worksheet—Warehouse Payment Table. In cell B8, enter a PMT function using cell B4 divided by 12 as the rate, cell B3 as the number of payment periods, and cell B2 as the present value of the loan. Display the result as a positive number. |
8 |
3 |
Create a two-variable data table in the range B8:H16. Set cell B3 as the row input cell, and cell B4 as the column input cell. From the Cell Styles gallery, apply the Currency cell style to the range C9:H16. Select the payment option closest to but less than $10,000 per month for a 120-month loan—cell D15—and format the option with the Note cell style. Click cell A1 and Save your workbook. |
13 |
4 |
Display the fourth worksheet—Job Information. Select the range A4:C11, and then sort the range by Job Code in ascending order. By using the Create from Selection command, create a range named Job_Code using the data in the range A4:A11. Click cell A1. |
4 |
5 |
Display the Staffing Plan worksheet, and then select the range A9:A18. Create a Data Validation list with Source equal to the named range Job_Code |
2 |
6 |
Click cell A9, click the list arrow, and then click M-AMG. Click cell B9 to make it the active cell, and then insert a VLOOKUP function that will look up the Description of the Job Code in cell A9 using the information in the Job Information worksheet as the table array. After selecting the table array, be sure to press F4 to make it an absolute cell reference. The Description to be looked up is in column 2 of the table array. |
9 |
7 |
With cell B9 as the active cell, copy the VLOOKUP formula down through cell B18. In cell C9, type 3 as the # of Positions and in cell D9, type Management as the Type. |
6 |
8 |
In cell E9, insert the VLOOKUP function to look up the Salary of the Job Code in cell A9 by using the information in the Job Information sheet as the table array; the Salary is in column 3 of the table array. Copy the VLOOKUP formula in cell E9 down through cell E18. |
4 |
9 |
Add the following staff position in cell A10: |
2 |
10 |
Delete the unused rows between the last item and the Total row. Sum the Budget Amount column and apply the Total cell style. Click cell A1 and Save your workbook. |
6 |
11 |
Display the Revenue worksheet. Click cell I5, and then on the Formulas tab, click Trace Precedents. On the ribbon, in the Formula Auditing group, click Error Checking, and then click Edit in Formula Bar. Edit the formula so that the formula is using the Growth Assumption for Bridal Baskets, not for Baby Baskets. |
8 |
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme