JonathanEngr
New Member
- Joined
- May 8, 2007
- Messages
- 26
I'm trying to sort and extract data in excel and I'm not sure how/what the best way to do it would be. I will be using VBA for this project.
In summary, I'm trying to create a schedule that populates automatically for the instructors in our division so they can then print and post on their doors showing what time they have classes and office hours. Due to significantly varying levels of computer literacy, relying on the instructors to create their own schedule has been very unsuccessful. Attached to this post you will find the excel spreadsheet that contains the information I have to work with (Sample Schedule.xls). Also, there is a PDF showing a sample of what will be created with this information (Sample Schedule Final.pdf). The link for these files is below:
https://www.dropbox.com/sh/iax7grj5dq1bztp/AAA23RkJFd2i0-PbpHXL8LJQa?dl=0
I want this to be very, very simple for the end user. I will create a spreadsheet that contains a (hidden) worksheet of the information for our division (the Sample Schedule.xls file). On the primary sheet the instructor will simply choose their instructor ID from a dropdown list, and their courses and times will populate a pre-formatted schedule that runs from 7:00 AM to 10:00 PM. It will color code each class differently, as well as include a legend of the classes. I will have a command button they will click to save the schedule as a PDF. I can do all of this, but what I need is help extracting the data for each instructor ID. You can see there are many blanks below each course prefix, number and section. This is what's throwing me off.
Any thoughts, input and/or insights would be greatly appreciated!
In summary, I'm trying to create a schedule that populates automatically for the instructors in our division so they can then print and post on their doors showing what time they have classes and office hours. Due to significantly varying levels of computer literacy, relying on the instructors to create their own schedule has been very unsuccessful. Attached to this post you will find the excel spreadsheet that contains the information I have to work with (Sample Schedule.xls). Also, there is a PDF showing a sample of what will be created with this information (Sample Schedule Final.pdf). The link for these files is below:
https://www.dropbox.com/sh/iax7grj5dq1bztp/AAA23RkJFd2i0-PbpHXL8LJQa?dl=0
I want this to be very, very simple for the end user. I will create a spreadsheet that contains a (hidden) worksheet of the information for our division (the Sample Schedule.xls file). On the primary sheet the instructor will simply choose their instructor ID from a dropdown list, and their courses and times will populate a pre-formatted schedule that runs from 7:00 AM to 10:00 PM. It will color code each class differently, as well as include a legend of the classes. I will have a command button they will click to save the schedule as a PDF. I can do all of this, but what I need is help extracting the data for each instructor ID. You can see there are many blanks below each course prefix, number and section. This is what's throwing me off.
Any thoughts, input and/or insights would be greatly appreciated!