I'm trying to create a Class Schedule by merging data from Excel to Word 2011. The "Days" column is Text and the "Start" and "End" columns are time fields. The Excel data looks like this:
The Word document is a Table of 5 columns:
Courses should be listed in order of Start time within the appropriate Weekday column.
Any clues as to how to do a nested IF statement so all Monday classes will list in the MON column, etc., would be much appreciated.
Thanks!
Code:
Course Description Days Start End Room Instructor
MAE 3323 Mech Des I MWF 8:30 9:20 EN415B Smith
ENGR1111 Intro to Engr M 3:30 4:20 CLB118 Jones
MAE 4344 Des Projects MW 1:30 3:20 EN 208 Green
The Word document is a Table of 5 columns:
Code:
| MON | TUE | WED | THU | FRI |
Courses should be listed in order of Start time within the appropriate Weekday column.
Any clues as to how to do a nested IF statement so all Monday classes will list in the MON column, etc., would be much appreciated.
Thanks!