Reputation: 401
The lookup values are in column C and D in the first table (pic 1). I am looking for a formula (query, arrayformula, etc) which would:
I hope it makes sense.
Here is a link to the spreadsheet: Google Sheet
Upvotes: 1
Views: 1311
Reputation: 1
={'Classroom Management'!D1:E1;
FILTER('Classroom Management'!D10:E, 'Classroom Management'!E10:E=D2,
NOT(REGEXMATCH('Classroom Management'!Z10:Z, TEXTJOIN("|", 1, C2:C11))))}
Upvotes: 1