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

  Create the tables and relationships from the database

Create the tables and relationships from the database design discussed in Lab 2. Add at least five (5) records into each table (Note: You must determine the field values)

  Database design to get that data

ICT211 - Database design to get that data, and the result of the query on the supplied data set - Every patient admitted has a unique patient id. If the patient is a koala, it will have also have a koala tag. It may have a microchip.

  Describe three examples in which databases could be used

Describe three (3) examples in which databases could be used to support decision making in a large organizational environment. Describe three (3) examples in which data warehouses and data mining could be used to support data processing and trend a..

  Stores a logically related database over two or more

A distributed database management system (DDBMS) stores a logically related database over two or more physically distinct locations connected by a computer network.

  How does a database turn data elements into information

How does a database turn data elements into information?- Why does a business need to be concerned with the quality of its data?

  Define the database life cycle

Per the text, the Database Life Cycle includes the Database Initial Study, Database Design, Implementation and Loading, Testing and Evaluation, Operation, and Maintenance and Evolution phases.

  Role of metadata in data acquisition process

You are a vice president of marketing for a nation-wide appliance manufacturer with three production plants. Explain different ways you would tend to analyze your sales. What are the business dimensions for your analysis?

  Create a query using the simple query wizard

Start Access. Open the downloaded Access file named exploring_a02_grader_h1. Create a new table in Datasheet view using the name Donations. Switch to Design View and change ID to DonationID. Add the following field names to the table: DonorID, Plan..

  Design a database to keep track of all the students

Describe how you would design a database to keep track of all the students at a university. describe tables, relationships, attributes, Primary Keys, Foreign Keys, Candidate Keys.

  Create a use case diagram for osceolas operations

Use MS Visio to create a use case diagram for question 1, a selected class diagram for question 2, and a sequence diagram for question 3.

  Case study on the application of data warehousing

Analyze the elements and factors required in work system method like work practices, participants, specific technology and infrastructure involved, and environments and strategy.

  Review of object oriented software development methodologies

Analyze how the verify method can be used to plan out system effectively and ensure that the number of transactions do not produce record-level locking while the database is in operation.

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