+ Reply to Thread
Results 1 to 6 of 6

Schedule based on Room Assignments for different instructors at different times of day

  1. #1
    Registered User
    Join Date
    07-14-2021
    Location
    Greenville, SC
    MS-Off Ver
    2016
    Posts
    3

    Post Schedule based on Room Assignments for different instructors at different times of day

    Hey there,

    I'm trying to my a schedule through excel that is first based on Room Assignments for different instructors during different times of the day. Here is my idea I have for what the first Spreadsheet might look like which is a part of a template on Excel. Idea.PNG

    Then from there I want to different spreadsheet fill out the Room Schedule Automatically. Like this-Idea 2.PNG

    The form for my first sheet works but the second one does work. I can't figure out the issue.

    1st Formula works- =IFERROR(INDEX(ClassList,MATCH(SUMPRODUCT((ClassList[DAY]=ClassSchedule[[#Headers],[MW]])*(ROUNDDOWN($B4,10)>=ROUNDDOWN(ClassList[START TIME],10))*($B4<=ClassList[END TIME]),ClassList[UNIQUE]),ClassList[UNIQUE],0),2),0)

    2nd Formula doesn't work for my second sheet- =IFERROR(INDEX(ClassList5,MATCH(SUMPRODUCT((ClassList5[DAY]=ClassSchedule3[[#Headers],[MW]])*(ROUNDDOWN($B6,10)>=ROUNDDOWN(ClassList5[START TIME],10))*($B6<=ClassList5[END TIME]),ClassList5[UNIQUE]),ClassList5[UNIQUE],0),2),0)


    From there I would like to extract the based on name of the instructor onto another spreadsheet where it shows all of their individual classes listed.

    Lastly, One one spreadsheet showing the data based on when each instructor is in class.

    I really don't know if this is asking a whole lot, but I figured I would ask and see if I could get some help with it. If there is an easier way to do all of it then I'm all ears. Any help what be appreciated.

    Thank you for your time!
    Jon
    Last edited by AliGW; 07-14-2021 at 11:01 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,470

    Re: Schedule based on Room Assignments for different instructors during different times of

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.

    Administrative Note:

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. As you are new here, I have done it for you today.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-14-2021
    Location
    Greenville, SC
    MS-Off Ver
    2016
    Posts
    3

    Re: Schedule based on Room Assignments for different instructors at different times of day

    Sorry about that Admin. I will do better.

    Here is sample data. I have come up with.
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Schedule based on Room Assignments for different instructors at different times of day

    I believe that I have fixed the formula on the 348 sheet.
    I also produced a new table on the 346 sheet based on J2:P10 on the Room Assignments sheet which I think would be easier to work with if there are going to be many rooms.
    The formula that fills the new table on the 346 sheet is:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note that to see the assignments for room 348 change the room number in cell L1 from 346 to 348.
    On the Instructor Schedule sheet two helper rows (which may be hidden for aesthetic purposes) are added.
    Row 1 is populated using: =IF(F4<>"",F4,E1)
    Row 2 is populated using: =TIMEVALUE(LEFT(F5,SEARCH("-",F5)-3)&" "&MID(F5,SEARCH(":",F5)+3,2))
    The table in cells F6:AD11 is populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    I did a little work on the Load Analysis sheet but not sure if I made any progress.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    07-14-2021
    Location
    Greenville, SC
    MS-Off Ver
    2016
    Posts
    3

    Re: Schedule based on Room Assignments for different instructors at different times of day

    JeteMC,
    I appreciate your work on the spreadsheet. Those formulas is definitely going to help! I'm gonna make a new spreadsheet with your new formulas. Supervisor changed what they want again, so I to change a couple of things. Again, I appreciate the help!

    BasicExcelman

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Schedule based on Room Assignments for different instructors at different times of day

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need Help Making a Break Schedule
    By cstriker045 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-26-2018, 03:29 AM
  2. Making a work schedule
    By dseny in forum Excel General
    Replies: 5
    Last Post: 01-06-2015, 05:01 PM
  3. Making a Schedule
    By lfsaplcs in forum Excel General
    Replies: 1
    Last Post: 06-13-2013, 01:04 PM
  4. help with making a schedule for work
    By davebusch in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-30-2012, 10:04 PM
  5. [SOLVED] Complex Payment schedule
    By Christopherdj in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-17-2012, 11:51 PM
  6. Schedule making
    By millera in forum Excel General
    Replies: 3
    Last Post: 07-21-2009, 10:48 PM
  7. Making a schedule, but need to use a sum formula.???
    By twotaileddemon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-04-2007, 11:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1