V
vpapierman
I have students who sign up for one or more classes . The data comes to me like this:
Name1 Class1_Indicator Class2_Indicator Class3_Indicator
Sam Y Y Y
John Y N Y
I need to change it for the Teachers to use as rosters to look like this:
Sam Class1
Sam Class2
Sam Class3
John Class1
John Class3
Is this possible using common excel features? Does it have to be done in VB? And either way can I get some guidance. I have programming background but none in VB.
Name1 Class1_Indicator Class2_Indicator Class3_Indicator
Sam Y Y Y
John Y N Y
I need to change it for the Teachers to use as rosters to look like this:
Sam Class1
Sam Class2
Sam Class3
John Class1
John Class3
Is this possible using common excel features? Does it have to be done in VB? And either way can I get some guidance. I have programming background but none in VB.