Question: Hello I need help with this assignment YO 2 2 _ Excel _ BU 0 3 _ Assessment 1 _ Fitness Project Description: The hotel
Hello I need help with this assignmentYOExcelBUAssessmentFitness
Project Description:
The hotel has started facilitating fitness classes for hotel guests. Guests can register for classes before their arrival or when they arrive at the hotel. Several instructors lead the classes, and each instructor has multiple skills. The fitness center manager would like to have a workbook developed that will track class enrollment. The workbook will provide an overview of guest enrollment with some analysis, which will be used for better decisionmaking for future class offerings.
Steps to Perform:
Step
Instructions
Points Possible
Start Excel. Download and open the file named ExcelBUAssessmentFitness.xlsx Grader has automatically added your last name to the beginning of the filename. Save the file to the location where you are storing your files.
On the Data worksheet, create a ClassInfo named range for the cell range B:H
Create a ClassIDs named range for the cell range B:H
Select the range B:H Create named ranges using the top row as the name for your named ranges. Each range is the list of instructors that can teach individual classes.
Select the range B:H and create a ClassNames named range for all of the different fitness classes offered at the hotel.
On the Enrollment worksheet, in cell D enter an HLOOKUP function that will look up the class ID in cell B and will use the ClassInfo tablearray to return the Fee from the fifth row of the table. Copy the formula down through cell D
In cell E create a new column header named ClassName.
In cell E enter an HLOOKUP function that will look up the class number in cell B and use the ClassInfo table to return the Class Category name from the second row of the table with an exact match. Copy the formula down through cell E
On the Report worksheet, create calculations that will help hotel employees manage the fitness class enrollments. The user will put an x in range E:E indicating which class to report on and an x in range H:H if employees want a report on a specific gender.
In cell A use the XLOOKUP function to retrieve the class that was selected with an x in the range E:E If no class is selected, have the function return the text No Class Selected
In cell B use a MATCH function nested in an INDEX function to retrieve the Gender that was selected in H:H looking at the x in column H and returning the F or M for the Gender criteria. Using a MATCH nested in an INDEX function, retrieve the gender that was selected in H:H Nest the MATCH and INDEX formula inside the IFERROR function in case the user does not select a specific gender. The IFERROR should leave the cell blank if a gender is not selected.
In cell B create a HLOOKUP formula that will look up the Class in A within the ClassInfo named range and return the maximum enrollment, which is in the third row of that table.
In cell B create a HLOOKUP formula that will use the Class in A within the ClassInfo named range and return the Class Category, which is in the second row of that table.
In cell B use the IFS function to indicate the availability of spots in the selected fitness class. If the number enrolled in C is greater than the maximum enrollment in B then Overbooked should display. If the number enrolled C is equal to the maximum enrollment in B then Full should display, otherwise, Spots Available should display.
The instructors for each class are listed on the Data worksheet in range B:H The instructors for the class in cell A need to be counted.
In cell B create a complex function that will determine the number of instructors for the class listed in A Use the COUNTA, INDIRECT, INDEX, and MATCH functions. Use the ClassIDs named range inside the MATCH function and the ClassNames named range inside the INDEX function.
Click cell B Using an HLOOKUP nested in an AND function nested in an IF function, return either Split Class or Cant Split based on business options. Two conditions are needed to determine if a class can be split. Using the ClassInfo table, one row shows if a class can be split. That condition can be determined with a HLOOKUP. The second is if there is more than one instructor as shown in cell B If both conditions are met, the class can be split. Otherwise, the class cannot be split.
Save and close ExcelBUAssessmentFitness. Exit Excel. Submit the file as directed.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
