Making a Student Lookup System
Over the Winter Break, I was possessed. I spent too much time analyzing the data for our Inclusion [Support] Team. I did one thing, then thought of another, and xxx hours later, I had an awesome thing. It was exactly what I needed. Then I broke it. Now I am trying to recreate what I did and I cannot remember how I set up the formulas. I am going to try to keep notes here for the future. In the Student Lookup, you would choose the section, or programme (PYP, MYP, DP), then that would filter the Grades in each section. The grade would then filter the student names in that specific grade. Below are the steps I took to make it on the dashboard page. Get a UNIQUE list of students Find their Grades Count the number of academic vs behavioral concerns Find the student section - = INDEX ( FILTER ( 'sheeetname!$C$2:$C , 'Form Responses 1'!$E$2:$E = B5 ) , 1 ) Find the concerns - = SPLIT ( TEXTJOIN ( "," , TRUE , UNIQUE ( 'sheetname'!J2:J ) ) , ",...