Question: YO 2 2 _ Excel _ BU 0 3 _ Assessment 1 _ Fitness 1 Start Excel. Download and open the file named Excel _

YO22_Excel_BU03_Assessment1_Fitness
1
Start Excel. Download and open the file named Excel_BU03_Assessment1_Fitness.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.
0
2
On the Data worksheet, create a ClassInfo named range for the cell range B4:H8.
2
3
Create a Class_IDs named range for the cell range B4:H4.
2
4
Select the range B11:H14. 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.
2
5
Select the range B11:H11 and create a ClassNames named range for all of the different fitness classes offered at the hotel.
2
6
On the Enrollment worksheet, in cell D15, enter an HLOOKUP function that will look up the class ID in cell B15 and will use the ClassInfo table_array to return the Fee from the fifth row of the table. Copy the formula down through cell D107
8
7
In cell E14, create a new column header named Class_Name.
In cell E15, enter an HLOOKUP function that will look up the class number in cell B15 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 E107
8
8
On the Report worksheet, create calculations that will help hotel employees manage the fitness class enrollments. The user will put an x in range E4:E10, indicating which class to report on and an x in range H4:H5 if employees want a report on a specific gender.
In cell A4, use the XLOOKUP function to retrieve the class that was selected with an "x" in the range E4:E10. If no class is selected, have the function return the text No Class Selected
In cell B4, use a MATCH function nested in an INDEX function to retrieve the Gender that was selected in H4:H5, 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 H4:H5. 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.
10
9
In cell B7, create a HLOOKUP formula that will look up the Class in A4 within the ClassInfo named range and return the maximum enrollment, which is in the third row of that table.
In cell B8, create a HLOOKUP formula that will use the Class in A4 within the ClassInfo named range and return the Class Category, which is in the second row of that table.
9
10
In cell B11, use the IFS function to indicate the availability of spots in the selected fitness class. If the number enrolled in C4 is greater than the maximum enrollment in B7, then Overbooked should display. If the number enrolled C4 is equal to the maximum enrollment in B7, then Full should display, otherwise, Spots Available should display.
8
11
The instructors for each class are listed on the Data worksheet in range B12:H14. The instructors for the class in cell A4 need to be counted.
In cell B12, create a complex function that will determine the number of instructors for the class listed in A4. Use the COUNTA, INDIRECT, INDEX, and MATCH functions. Use the Class_IDs named range inside the MATCH function and the ClassNames named range inside the INDEX function.
8
12
Click cell B13. 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 B12. If both conditions are met, the class can be split. Otherwise, the class cannot be split.
8
13
Save and close Excel_BU03_Assessment1_Fitness. Exit Excel. Submit the file as directed.
0
Total Points
67

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!