1

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:

  1. return ALL the rows from the second table (pic 2) IF non of the values match in column F:O AND
  2. filter only the results where column E (pic 2) matches with cell D2 (pic 1).

I hope it makes sense.

Here is a link to the spreadsheet: Google Sheet

enter image description here

enter image description here

2
  • @player0 link added, thanks! Commented Aug 27, 2019 at 19:15
  • could you also pls add the desired output? Commented Aug 27, 2019 at 19:39

1 Answer 1

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))))} 

0

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.