+ Reply to Thread
Results 1 to 3 of 3

Display from schedule

  1. #1
    Registered User
    Join Date
    08-17-2009
    Location
    Ljubljana, Slovenia
    MS-Off Ver
    Excel 2007
    Posts
    14

    Display from schedule

    Hi guys, I'm stuck with this:

    On first sheet I have a schedule.
    On second sheet I would like to display all data from a schedule.

    I tried with pivot table and index-match formula, but i couldn't get solved.

    Please help me,

    matt
    Attached Files Attached Files

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Display from schedule

    Brief synopsis of changes

    Restructured schedule data to facilitate Advanced Filter and VBA
    Created a dynamic named range for the data. Name = ClassSchedule
    Formula for dynamic named range:=OFFSET(Sheet1!$N$1,0,0,COUNTA(Sheet1!$N:$N),10)
    Created named list for Student Names (sheet3)
    On Sheet2:
    Applied Data Validation to cell B3 using list option (Name.List)

    Automated Advanced Filter with VBA code to copy class schedule to sheet2.
    Selection in B3 is passed to advanced filter and applicable records copied.

    Created button (Forms Control) and assigned macro. macro name: Create_Schedule

    Please Login or Register  to view this content.
    IMPORTANT
    Because you will likely have students with similar names, you need a unique identifier. At the moment, the code is filtering on a name, but this is not a good approach for the reason just stated. The code can easily be updated to work with a unique indentifier for the student. Post back if you need more help.
    Attached Files Attached Files
    Last edited by Palmetto; 08-18-2009 at 01:50 PM.

  3. #3
    Registered User
    Join Date
    08-17-2009
    Location
    Ljubljana, Slovenia
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Display from schedule

    Hey, thank you very much. You're genius for me!
    But I can not understand all things.
    Is it possible to auto restructure data or do i have to type it manually?
    What am I doing wrong?

    Thanky you very, very, very much.
    Matt
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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