This is probably an easy question. I'm trying to update my query:
=Query(IMPORTRANGE("url","DraftKings!A5:J5000"), "Select * Where NOT Col10 contains 'Partn'", 0)
I want to add "unless Col3 contains "NHL". In other words, If Col10 contains "Partn", it should not be imported unless Col3 contains "NHL".
Sorry if this is a simple one. Thanks.
=Query(IMPORTRANGE("url","DraftKings!A5:J5000"), "Select * Where NOT Col10 contains 'Partn'", 0)
I want to add "unless Col3 contains "NHL". In other words, If Col10 contains "Partn", it should not be imported unless Col3 contains "NHL".
Sorry if this is a simple one. Thanks.