Is there a way to use the query function where your reference can have more than 1 possible value?
Example: =QUERY(IMPORTDATA(https://website.com/mydatasetURL.csv),"SELECT A, B, C, D, E WHERE C = '"&PossibleReferences!A1:A50&"'",0)
Is there a way to do this without putting 50 OR statements in...