Create a named range using the left column as the name

Assignment Help Database Management System
Reference no: EM131400845

Assignment: Managing Students at a Local Music Studio

1.Project Description:

Managers at the hotel have been using a simple dashboard to keep track of revenues and room reservations. You have been asked to enhance the dashboard by adding some form controls, a Bing map, and VBA.

Instructions:

For the purpose of grading the project you are required to perform the following tasks:

1 Start Excel. Open the downloaded Excel file named e03ws05_grader_h1.xlsx. Save the file with the name e03ws05Lessons_LastFirst replacing LastFirst with your name. In the Security Warning bar, click Enable Content.

2 On the Student Data worksheet, select the range A7:K17, and then name the range Student_Data. With range A7:K17 selected, create a named range for each column in the Student_Data named range using the top row as the range values.

3 Click the Data Inputs worksheet tab. Select the range A3:B3, and then create a named range using the left column as the name. Select the range A6:E10, and then create a named range using Lesson_Pricing as the name. Select the range A13:E17, and then create a named range using Trans_Fees as the name. Select the range A20:G24, and then create a named range using Uniform_Fees as the name. Select the range D3:F4, and then create a named range using Entry_Fee as the name.

4 Click the Student Data worksheet tab. In cell E5, use the COUNTIF function to count the Teacher field in the Student_Data table that meets the filter criteria in cell E4. Copy the formula in cell E5 over to cell I5. In cell K5, use the DCOUNTA function to count the StudentID field in the Student_Data table that meets the filter criteria in the range D1:K2.

5 In cell K8, use the VLOOKUP function nested in an IFERROR function to retrieve the price per hour located in column C in the Lesson_Pricing named range for each student based on the student's skill level located in the Skill_level field. The value should be looking for an exact match. To prevent an error from being displayed when the skill level is not known, use the IFERROR function to leave the cell blank. Copy the formula in cell K8 down to K17.

6 Click the Lesson Data worksheet tab. In cell F3, add a MATCH function nested in an INDEX function to retrieve the skill level of each student listed in column B. To prevent zeros from displaying when the skill level is not known, nest the INDEX and MATCH functions in an IF function to leave the cell blank when the skill level equals 0. Copy the formula down to F17.

7 In cell G3, add a MATCH function nested in an INDEX function to retrieve the total fee located in the Lesson_Pricing table on the Data Inputs worksheet for each student listed in column B. To prevent an error from being displayed when the skill level is not known, nest the INDEX and MATCH functions inside an IFERROR function and display the default total fee of $50. Copy the formula in cell G3 down to G17.

8 Click the Report worksheet tab. In cell B3, use the VLOOKUP function to look up the teacher's name in the Student_Data table for the student listed in cell B2. The value should be looking for an exact match. In cell B4, use the AVERAGEIF function to calculate the teacher's average fee in the Price_Per_Hour field for the teacher listed in cell B3.In cell B5, use the VLOOKUP function to look up the student's skill level in the Student_Data table for the student listed in cell B2. The value should be looking for an exact match.

9 In cell B6, use the COUNTIF function to count the StudentID field on the Lesson Data worksheet that meet the filter criteria in cell B2.In cell B7, use the SUMIF function to sum the Total Fee field on the Lesson Data worksheet that meet the filter criteria in cell B2.In cell B8, use a nested IF function to determine how many free lessons the student has earned. If the student has had less than 5 total lessons, display 0 earned. If the student has had between 5 and 10 lessons, display 1 earned; otherwise, display 2 earned.

10 In cell E5, use the VLOOKUP function to look up the student's uniform size in the Student_Data table for the student listed in cell B2. The value should be looking for an exact match.

In cell E7, use the HLOOKUP function to retrieve the student's registration fee in the Entry_Fee named range for the registration type in cell E3. The value should be looking for an exact match.

In cell I13, use the COUNTIF function to count the number of uniforms in the Student_Data table that meet the filter criteria in cell H12.

11 In cell I14, add a MATCH function nested in an INDEX function to retrieve the uniform fee located in the Uniform_Fee table on the Data Inputs worksheet that meet the filter criteria in cells H12 and I13. To prevent an error from displaying when no uniforms of the size located in H12 are needed, nest the INDEX and MATCH functions inside an IFERROR function to leave the cell blank.

12 In cell B12, use the VLOOKUP function to retrieve the student's first name in the Student_Data table that meets the filter criteria in cell A12. The value should be looking for an exact match. Copy the formula in B12 down to B17.In cell C12, use the VLOOKUP function to retrieve the student's last name in the Student_Data table that meet the filter criteria in cell A12. The value should be looking for an exact match. Copy the formula in C12 down to C17.

13 In cell D12, use the VLOOKUP function to retrieve whether or not the student has a permission slip on file in the Student_Data table that meets the filter criteria in cell A12. The value should be looking for an exact match. Copy the formula in D12 down to D17.In cell E12, use the VLOOKUP function nested in an IF function to retrieve the student's uniform size. To prevent zeros from being displayed when the uniform size is not known, nest the VLOOKUP function in an IF function to leave the cell blank when the skill level equals 0. The value should be looking for an exact match. Copy the formula in E12 down to E17.

14 In cell F12, use the AND function nested in an IF function to determine if the student has a permission slip and a uniform. If the student has a permission slip and the uniform size is not blank, then display Yes in the field; otherwise, display No. Copy the formula in F12 down to F17.

15 In cell F18, use the COUNTIF function to determine how many students are currently traveling to the competition as indicated by Yes in cell range F12:F17.

16 In cell E8, use the MATCH function nested in an INDEX function to retrieve the transportation fee located in the Trans_Fee table on the Data Inputs worksheet that meet the filter criteria in cell E4 and F18.

17 Ensure that the worksheets are correctly named and placed in the following order in the workbook: Student Data, Lesson Data, Data Inputs, Report. Save the workbook. Close the workbook and then exit Excel. Submit the workbook as directed.

Attachment:- mosken_e03ws05lessons_lastfirst.xlsx

Reference no: EM131400845

Questions Cloud

Discuss one current event article : In 300 -350 words, discuss one current event article and explain how economic theory can be applied to analyze the information presented. Make sure to provide an APA reference to your article.  Use the popular news websites listed in the Current E..
Profit-maximizing price and output levels : What are the profit-maximizing price and output levels? Explain them and calculate algebraically for equilibrium P (price) and Q (output). Then, plot the MC (marginal cost), D (demand), and MR (marginal revenue) curves graphically and illustrate t..
Suppose that a key component to technology : In the market for SO2 pollution permits, suppose that a key component to technology for reducing SO2 emissions comes from China, and that part needs to be replaced every year.  And, suppose that import tariffs are increased for Chinese imports. De..
Review the medications she is taking for hypertension : CF is a sixty-year-old African American male who presents as a new patient for initial evaluation and follow-up. He has been diagnosed with hypertension for the last twelve years and Type 2 diabetes for the same period of time. His current blood p..
Create a named range using the left column as the name : EWS05 H1- Click the Data Inputs worksheet tab. Select the range A3:B3, and then create a named range using the left column as the name. Select the range A6:E10, and then create a named range using Lesson_Pricing as the name.
Demonstrate the concepts of externalities and public goods : The explanations of why or how the examples you have chosen demonstrate the concepts of externalities and public goods must be included in your original post.
Does the law of large numbers imply that if you toss a coin : Does the law of large numbers imply that if you toss a coin long enough, the number of heads and the number of tails should even out? Explain.
What does chick hearn mean : As Los Angeles Laker Carl Perkins comes up for a seventh free throw, announcer Chick Hearn notes that Perkins had made the last six out of six free throws and concludes that "the law of averages starts working for Golden State" (December 15, 1990)..
Economic forms determine government forms : Write a few pages where you explain why forms of government in Europe (and America) changed around the same time mercantilism collapsed and the new market economies emerged. Must economic forms determine government forms?

Reviews

Write a Review

Database Management System Questions & Answers

  Write sql to create a table including an identity

Be prepared to write SQL to create a table including an Identity. Be prepared to write SQL to create a foreign key constraint. Be prepared to write SQL to solve a problem.

  Normalization

Using the INVOICE table structure shown in table 1, write the relational schema, draw its dependency diagram and identify all dependencies (including all partial and transitive dependencies). You can assume that the table does not contain repeating g..

  Develop a list of database management system capabilities

Develop a list of database management system capabilities to compare these systems. Develop your criterion and definitions in a table that lists the criteria, your definition, and your rankings.

  What is the difference data-mining and data warehouses

What is the difference Data-mining and Data Warehouses? How does data mining works? What technological infrastructure is required? Design a star schema for this problem with database modeling tool (Xcase).

  Explanation of interfaith sharing

The point is to foster understanding between different faiths through films. Also, a museum exhibit that originated in Israel is now touring major cities around the world for the last four years.

  List different entities-objects-logical processes-data flows

List the different entities or objects, logical processes, data flows, and data stores that are involved, starting from the time you submitted your time sheet.

  1nf figure converted to 2nf figure

1NF figure converted to 2NF figure with a explanation of the steps taken. Once in 2NF, it needs to be converted to 3NF, and explanation of steps taken is needed as well.

  What dbms guarantee with respect to concurrent execution

What must a user guarantee with respect to a transaction and database consistency? What should a DBMS guarantee with respect to concurrent execution of several transactions and database consistency?

  Create query that spans both tables

Create a query that spans both tables. Eliminate redundant fields. Modify the Query to select only those Customers that had service dates in October and November 2006.

  What business assumptions were made to define this table

Use the Access Help system to learn how to resize datasheet columns to fit the data, and then resize all columns in the datasheet for the Payment table.

  Design a database schema

Design a Database schema

  Database application development question

Submit an Executive Memo addressed to the CIO and the board of directors. Last week, the CIO reviewed your presentation and has decided to move forward with your recommendations for improvements.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd