Step 1 Instructions 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. 2 On the Data worksheet, create a ClassInfo named range for the cell range B4:H8. 3 Create a Class_IDs named range for the cell range B4:H4. 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. 5 Select the range B11:H11 and create a ClassNames named range for all of the different fitness classes offered at the hotel. 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. 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. 8 In cell G3, use the FILTER function to retrieve records from the data set for Males who have enrolled in either a Zumba class or a Step Aerobics class. Format the Fee values as Currency with 2 decimal places. 9 Setup the Enrollment worksheet to use Database functions. Select A14:E107, and then name the cell range Enrollment Copy range A14:E14, and then paste in range A1:E1 to set up criteria area.
Added by Iker C.
Close
Step 1
Download and open the file named `Excel_BU03_Assessment1_Fitness.xlsx`. The 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. Show more…
Show all steps
Your feedback will help us improve your experience
Akash M and 63 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
11. Edra started to create named ranges in the worksheet and has asked you to complete the work. Create a defined name for the range B6:E6 using Walkup as the range name. 12. Create names from the range A7:E9 using the values shown in the left column. 13. Apply the defined names Q1_Sales, Q2_Sales, Q3_Sales, and Q4_Sales to the formulas in the range B10:E10 in the Consolidated Sales worksheet. 14. Change the defined name to Totals_2021 for the range F6:F9. [Mac Hint: Delete the existing defined name "Totals" and add the new defined name.] 15. Edra wants to compare 2021 sales totals to the sales totals for 2020 and needs to add the 2020 data to the Consolidated Sales worksheet. Open the file Support EX19_5a 2020_Sales.xlsx. Switch back to the NP_EX19_5a_FirstLastName_2.xlsx workbook and go to the Consolidated Sales worksheet. Create external references as follows: a. Link cell G6 in the Consolidated Sales worksheet to cell F6 in the Consolidated Sales 2020 worksheet in the Support_EX19_5a_2020_Sales.xlsx workbook. b. Link cell G7 in the Consolidated Sales worksheet to cell F7 in the Consolidated Sales 2020 worksheet in the Support_EX19_5a_2020_Sales.xlsx workbook. c. Link cell G8 in the Consolidated Sales worksheet to cell F8 in the Consolidated Sales 2020 worksheet in the Support_EX19_5a_2020_Sales.xlsx workbook. d. Link cell G9 in the Consolidated Sales worksheet to cell F9 in the Consolidated Sales 2020 worksheet in the Support_EX19_5a_2020_Sales.xlsx workbook. e. Do not break the links. Close the Support_EX19_5a_2020_Sales.xlsx workbook. 16. In cell G10, enter a formula to total the values in the defined range Totals_2020, using the SUM function and the defined range name.
Supreeta N.
1. Open the Stefanek workbook located in the Excel4 > Case1 folder included with your Data Files, and then save the workbook as Stefanek Budget in the location specified by your instructor. 2. In the Documentation worksheet, enter your name in cell B3 and the date in cell B4. 3. In the Budget worksheet, in the range B3:B8, enter the parameters for a $285,000 mortgage at 4.3% annual interest paid back over 25 years. Calculate the interest rate per month and the total number of payments. 4. In cell B10, calculate the amount of the monthly payment needed to pay back the mortgage. 5. In the range C15:N15, calculate the total income from Edmund and Lydia's monthly salaries. 6. In the range C22:N22, use an absolute reference to insert the monthly mortgage payment you calculated in cell B10. 7. In the range C24:N24, calculate Edmund and Lydia's total expenses per month. 8. In the range C25:N25, calculate the couple's monthly net income by adding their income and their expenses. (Note that expenses are entered as negative values.) 9. In the range C28:C40, calculate the averages for the income and expenses from the 12-month budget. 10. In the range C28:C40, add data bars to the values. Note that negative data bars are displayed to the left of the center point in the cell, whereas positive data bars are displayed to the right. 11. In the range D28:D40, insert line sparklines using the values from the range C13:N25 to show how the different budget entries change throughout the year. 12. Create a pie chart of the income values in the range B28:C29 to show the breakdown of the family income between Edmund and Lydia. Resize the chart to cover the range E27:I40. Change the chart title to Income and apply the Style3 chart style to the chart. 13. Create a pie chart of the expenses values in the range B31:C38. Resize the chart to cover the range J27:N40. Change the chart title to Expenses and apply the Style3 chart style to the chart. Change the position of the data labels to data callouts. If any data labels appear to overlap, select one of the overlapping data labels, and drag it to another position. 14. Save the workbook, and then close it.
Shyam P.
Introduction to the VLOOKUP function (Tutorial) Finally, lookup tables, data tables, and Pivot tables can be used together to create powerful spreadsheets and that is what you will do in this problem. The data has been collected in the Microsoft Excel Online file below. Open the spreadsheet and perform the required analysis to answer the questions. Open spreadsheet Problem In the given spreadsheet, columns A though E represent a data table. However, there are missing values in columns C through E. In cell J1 there is a look containing columns for Product, Product ID, and Unit Price. Your first task is to fill in the missing values in columns C, D, and E using VLOOKUP and the foc Doing this manually would take a long time and be very tedious. The best way is to use VLOOKUP to fill in the first row of missing data and then drag down remaining rows. In cell C2, populate the Product ID of the first item using VLOOKUP. The value you wish to look up in the lookup table is in Column A, cell A2 to be exact. Th table is cell range $J$1:$L$6. Note that these are absolute cell references since the look up table is in a fixed location. The Product ID is in the second colum lookup table. And finally set the range_lookup parameter to FALSE. What is the Product ID returned in cell C2? B00Z9QVE4Q Now repeat this process for the missing Unit Price in cell D2. What is the unit price returned in D2 (to the nearest cent)? $ 33.03 And finally, for the first item, calculate the Gross Sales in column E using Order Quantity from column B and Unit Price from Column D. What is the gross sale am cell E2? $ 891.81 To complete the data table, select cells C2, D2, and E2 together then drag down or double-click the fill + sign in the lower right of those three selected cells. And th you have it. The remaining 147 items in columns C, D, and E have been completed using a lookup table, two VLOOKUP formulas, a simple math formula, and Excel' down feature. Combining VLOOKUP with a Pivot Table Now that you have the data table in columns A through E, a Pivot Table can be used to summarize the data on a number of factors.
Areen D.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD