I have a roster of students that tracks their Group assignment (A, or B), and if they are Absent (a "Y" in the absent column). I would like to return a list of all students in Group "B" that are also Absent".
I thought that the follown formula would work, but it does not. Thank you for your help.
I thought that the follown formula would work, but it does not. Thank you for your help.
Code:
=INDEX('[Roster Master.xlsx]PM'!$A$1:$N$28,SMALL(IF(('[Roster Master.xlsx]PM'!$J$1:$J$28="Y")&('[Roster Master.xlsx]PM'!$K$1:$K$28="B"),ROW('[Roster Master.xlsx]PM'!$K$1:$K$28)),ROW(1:1)),1)