I am trying to return an array of column headers based on TRUE values and Item names.
Link to sheet <- Clicky
Sheet 2:
Sheet 1: (desired results)
I think I am close but can't rack my brain to search for both TRUE values within the corresponding Item and return the headers for each. I have tried the following but it returns nothing. It is as far as I have gotten.
=IFERROR(QUERY(QUERY(Sheet2!A1:D,"Select * where G='"&A1&"'",1),"Select Col1 where Col2 is not null"))