I have some course data that has grade distributions. I would like to extract this data based on the course name and the semester when the course was taught.
Is there a way to loop through a list of courses by semester, and lookup the grade data?
In other words, start with ACC1013 and lookup the grade data from each semester listed, and then move to ACC2003 and repeat? Could this be accomplished without VBA?
Is there a way to loop through a list of courses by semester, and lookup the grade data?
In other words, start with ACC1013 and lookup the grade data from each semester listed, and then move to ACC2003 and repeat? Could this be accomplished without VBA?