I'm a music teacher and I'm trying to create a workbook that has a master list of all of my exercises, with a separate sheet for each student that references the master list and allows me to mark which exercises I've given to that student.
The master list exists in column A of its sheet, and I'm referencing it in my student sheets by simply entering "='Master List'!A:A" in all cells in the A column. I then mark an "x" in the adjacent cell to indicate that I've given a particular exercise to that student. The problem is that when I update the master list by adding a new exercise (I need exercises to be in a specific order, so I have to insert a new line as opposed to just adding them at the bottom of the list), my reference sheets for the students update (i.e., the list items below the new one move down one row) but the "x" in the adjacent cell stays in the same spot, which means it's now one row higher than the exercise it's supposed to reference.
Hopefully this explanation makes sense. Any ideas?
Bookmarks