I have a table of students and their objectives. Each student has multipe objectives, so my data would look like this:
Name--Objective
Name1-Obective1
Name1-Objective2
Name1-Objective3
Name2-Objective1
Name2-Objective2
I would like to generate labels for these objectives like A, B, C, D, which is not a problem, but I want it to start over for each student, like this:
Name--Objective---ObjectiveLabel
Name1-Objective1--"A"
Name1-Objective2--"B"
Name1-Objective3--"C"
Name2-Objective1--"A"
Name2-Objective2--"B"
Is this possible to automate? If not, and my teachers have to enter these labels, any ideas for keeping them from entering a letter twice for the same student?
Thanks in advance!
Name--Objective
Name1-Obective1
Name1-Objective2
Name1-Objective3
Name2-Objective1
Name2-Objective2
I would like to generate labels for these objectives like A, B, C, D, which is not a problem, but I want it to start over for each student, like this:
Name--Objective---ObjectiveLabel
Name1-Objective1--"A"
Name1-Objective2--"B"
Name1-Objective3--"C"
Name2-Objective1--"A"
Name2-Objective2--"B"
Is this possible to automate? If not, and my teachers have to enter these labels, any ideas for keeping them from entering a letter twice for the same student?
Thanks in advance!