Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In cell C 4 , create a COUNTIF formula that counts the enrollment for the named range Class that has the class number listed in

In cell C4, create a COUNTIF formula that counts the enrollment for the named range Class that has the class number listed in A4. The range criteria should reference the Class named range.12. In cell B7, create an 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. The value should be looking for an exact match. In cell B8, create an HLOOKUP formula that will use the Class in A4 and retrieve the Class Category type from the ClassInfo named range in row 2, also looking for an exact match.13. In cell B11, create an IF function to indicate the availability of reservations. If the number enrolled in C4 is greater than or equal to the maximum enrollment in B7, then "Full or Overbooked" should display. Otherwise, "Spots Available" should display.14. The instructors for each class are listed on the InputData worksheet in range B12:H14. The instructors for the class in cell B8 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.15. 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Draw a breakeven chart to illustrate lowering price.

Answered: 1 week ago