Hi All,
I'm stuck with the answer on this one,
I have a userform with 2 ListBoxes, Listbox1 is filled with 9 unique values. These 9 values are school programs. I have the user form submitting data on whether students are enrolled in any of these classes. It posts a TRUE of FALSE in one of these columns.
What I need is for the user to select a school program in Listbox 1 and in Listbox 2 it returns the students n are if the value in the school program column = TRUE.
Problem is, these 9 school programs and the TRUE/FALSE values are spread out into col E,H,K,N,Q,T,W,Z,AC, while the Students first and last name is in col A and B
Does anyone know a way to return the students name if the specific school program is selected and the value = TRUE?
Help would be appreciated!!
Thanks!
I'm stuck with the answer on this one,
I have a userform with 2 ListBoxes, Listbox1 is filled with 9 unique values. These 9 values are school programs. I have the user form submitting data on whether students are enrolled in any of these classes. It posts a TRUE of FALSE in one of these columns.
What I need is for the user to select a school program in Listbox 1 and in Listbox 2 it returns the students n are if the value in the school program column = TRUE.
Problem is, these 9 school programs and the TRUE/FALSE values are spread out into col E,H,K,N,Q,T,W,Z,AC, while the Students first and last name is in col A and B
Does anyone know a way to return the students name if the specific school program is selected and the value = TRUE?
Help would be appreciated!!
Thanks!