I've read through the various Help articles regarding Lookup/Index/Match and can't seem to find an answer to my question.
I have the following "Master" table on which a school Conference scedule is built. "Teacher" is the students primary classroom teacher. "Translator" and "IGR" are support teachers who have to accompany the primary teacher at the parent conference.
Conference Schedule
Sally Teacher Joe Teacher
3:30 PM Student1 Student6
Translator Beth Sally
IGR Jennifer
4:00 PM Student10 Student6
Translator Cindy Beth
IGR
4:30 PM Student3 Student9
Translator Jenny
IGR Beth
I want to be able to create a schedule for each of the Support teachers that correspond to either the "Translator" or "IGR" designation - so I want it to look like this (where Beth and Cindy are Support Teachers):
Time Beth Cindy
3:30 PM
Student Student1
Teacher Sally Teacher
Translator Yes
IGR
4:00 PM
Student Student6 Student10
Teacher Joe Teacher Sally Teacher
Translator Yes Yes
IGR
4:30 PM
Student Student3
Teacher Sally Teacher
Translator
IGR Yes
The lookup for the TRanslator and IGR lines seem straightforward. How do I correctly look-up the support teacher dynamically and return the students name and primary teacher?
Thanks for any assistance you can provide. Terry
I have the following "Master" table on which a school Conference scedule is built. "Teacher" is the students primary classroom teacher. "Translator" and "IGR" are support teachers who have to accompany the primary teacher at the parent conference.
Conference Schedule
Sally Teacher Joe Teacher
3:30 PM Student1 Student6
Translator Beth Sally
IGR Jennifer
4:00 PM Student10 Student6
Translator Cindy Beth
IGR
4:30 PM Student3 Student9
Translator Jenny
IGR Beth
I want to be able to create a schedule for each of the Support teachers that correspond to either the "Translator" or "IGR" designation - so I want it to look like this (where Beth and Cindy are Support Teachers):
Time Beth Cindy
3:30 PM
Student Student1
Teacher Sally Teacher
Translator Yes
IGR
4:00 PM
Student Student6 Student10
Teacher Joe Teacher Sally Teacher
Translator Yes Yes
IGR
4:30 PM
Student Student3
Teacher Sally Teacher
Translator
IGR Yes
The lookup for the TRanslator and IGR lines seem straightforward. How do I correctly look-up the support teacher dynamically and return the students name and primary teacher?
Thanks for any assistance you can provide. Terry