+ Reply to Thread
Results 1 to 5 of 5

Generating Class Lists from Schedule

  1. #1
    Registered User
    Join Date
    05-25-2016
    Location
    Yanbu, Saudi Arabia
    MS-Off Ver
    10
    Posts
    3

    Generating Class Lists from Schedule

    I'm trying to generate class lists automatically from the 'student individual schedule' tab in the 'class lists' tab. I can't seem to wrap my head around how to set up a lookup function to generate it. Any help would be super duper appreciated!
    Attached Files Attached Files

  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
    81,103

    Re: Generating Class Lists from Schedule

    I'm afraid I don't have time to do it for you this morning, as I'm about to go out, but see if you can adapt the attached demo sheet. It extracts a list for a section from a master list. It uses two array formulae entered using CTRL+SHIFT+ENTER (don't try to type the curly brackets yourself, as it won't work).

    Master List:

    Employee Code Surname Site
    FF-01 Smith YB-Section
    FF-02 Jones YB-Section
    FF-03 Baker YB-Section
    FF-04 Henry YB-Section
    FF-05 Wright YB-Section
    FF-06 Matthews YB-Section
    FF-07 Richards YB-Section
    FF-08 Penty XA-Section
    FF-09 Wood XA-Section
    FF-10 Barnes XA-Section
    FF-11 Du Toit XA-Section
    FF-12 Encinas VT-Section
    FF-13 Mann VT-Section
    FF-14 Cook VT-Section
    FF-15 Stone VT-Section

    Extracted List:

    XA-Section
    FF-08 Penty
    FF-09 Wood
    FF-10 Barnes
    FF-11 Du Toit

    ARRAY FORMULA (can be copied down and across):

    =IFERROR(INDEX(A:A,SMALL(IF($C$2:$C$21=$K$1,ROW($A$2:$A$21)),ROWS($A$1:A1))),"")

    See attachment for details.
    Attached Files Attached Files
    Last edited by AliGW; 06-05-2016 at 04:00 AM.
    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
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Generating Class Lists from Schedule

    Hi

    You can use Aggregate if you are on excel 2010, 2013 or 2016? But won't work if you on 2007 or 2003!!

    Sheet Class List
    Cell A3
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Enter then copy down and cross to Grade columns

    B3
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Enter then copy down and cross to Students columns
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  4. #4
    Registered User
    Join Date
    05-25-2016
    Location
    Yanbu, Saudi Arabia
    MS-Off Ver
    10
    Posts
    3

    Re: Generating Class Lists from Schedule

    Thank you both a ton for your help. Both good suggestions.

  5. #5
    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
    81,103

    Re: Generating Class Lists from Schedule

    You're welcome!

+ 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. Help in Generating Class Lists
    By TheCraftyBlackbird in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-12-2015, 04:06 PM
  2. Generating Schedule
    By clabhart in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-15-2015, 11:28 PM
  3. Sorting a class schedule
    By camphelp in forum Excel General
    Replies: 8
    Last Post: 07-04-2012, 11:22 AM
  4. Generating a schedule/calendar from a list of dates
    By Cabezone in forum Excel General
    Replies: 0
    Last Post: 12-09-2011, 03:05 PM
  5. Excel for generating class exercises
    By paratras in forum Excel General
    Replies: 5
    Last Post: 10-14-2009, 10:10 AM
  6. Help in generating a schedule
    By gloom52 in forum Excel General
    Replies: 2
    Last Post: 09-02-2009, 02:49 PM
  7. Student Class Schedule Checking
    By watfordo in forum Excel General
    Replies: 1
    Last Post: 08-13-2007, 10:24 AM

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