Excel2013 - Student Schedule Template Query.

Kenn

Board Regular
Joined
Sep 23, 2009
Messages
195
I have been playing around with the Excel Student Schedule Template to determine how it works. I get most of it, but there is some witchcraft in here that has me stumped & I could use a little help! I'm using Excel 2013. To find the template, go to New & select Student Schedule from the featured templates.


  1. Open the Class Schedule worksheet & select any cell. Go to formula bar & change something in the formula, e.g. delete the last bracket, then re-type the bracket so the formula is as it was. You will notice that the formula text is now visible in the cell & the formula no longer works. How is this possible?
  2. The formula uses a combination of INDEX, MATCH, SUMPRODUCT with Tables & Defined Names to populate the cells e.g.
    Code:
    =IFERROR(INDEX(tblClassList,MATCH(SUMPRODUCT((tblClassList[DAY]=tblSchedule[[#Headers],[FRIDAY]])*($B23>=tblClassList[START TIME])*($B23<=tblClassList[END TIME]),tblClassList[UNIQUE]),tblClassList[UNIQUE],0),2),0)
    How does this part work
    Code:
    (tblClassList[DAY]=tblSchedule[[#Headers],[FRIDAY]])

Thank you
Kenn.

 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,214,952
Messages
6,122,458
Members
449,085
Latest member
ExcelError

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top