tdellaporta
Instructor
I have a report which I run every morning. It shows what students completed what classes. The columns are: class id (a 6 digit #), then the students name.
My challenge is this, the Class number has NOTHING to do with the order the classes are taken. Therefore on a second spreadsheet (My "Master Progress" sheet, I have created a vertical list of the classes in the leftmost column, and a horizontal list by student along the top. As students complete each class, the intersecting cell will show an X. Yes, i could do it daily by hand but i'd like to automate it by copying the daily report data into another worksheet in my Master Progress excel file and then using that data to place X's in the proper cell.
I want to assign each cell of that Master Progress spreadsheet to search the daily data confirming a satisfied test completion. ie, in the intersecting cell for class123456 (vertical list) and student Joe Smith(horiz list) there should be a cell which will scan the Daily report looking for a row showing 123456 in the first column (class#) and "Joe Smith" in the second column (name). If found, that means joe passed that class and the cell in the corresponding cell of my master progress sheet should display an "X". Maybe this is a visual basic issue, maybe not. Please hekp. Thanks.
My challenge is this, the Class number has NOTHING to do with the order the classes are taken. Therefore on a second spreadsheet (My "Master Progress" sheet, I have created a vertical list of the classes in the leftmost column, and a horizontal list by student along the top. As students complete each class, the intersecting cell will show an X. Yes, i could do it daily by hand but i'd like to automate it by copying the daily report data into another worksheet in my Master Progress excel file and then using that data to place X's in the proper cell.
I want to assign each cell of that Master Progress spreadsheet to search the daily data confirming a satisfied test completion. ie, in the intersecting cell for class123456 (vertical list) and student Joe Smith(horiz list) there should be a cell which will scan the Daily report looking for a row showing 123456 in the first column (class#) and "Joe Smith" in the second column (name). If found, that means joe passed that class and the cell in the corresponding cell of my master progress sheet should display an "X". Maybe this is a visual basic issue, maybe not. Please hekp. Thanks.