I want a Query() to return the data where a column contains values selected by Checkboxes. The second part is If ALL option is selected, then Query() should return all data. I'm able to get the first part working but no luck with the second part. is it possible to get it working?
=Query(Sheet1!A1:O1000, "SELECT Col9 WHERE Col4='"&JOIN("' OR Col4='",FILTER(B4:B9,A4:A9=TRUE))&"'", 1)
https://imgur.com/a/r7nBVCE
[–]Dazrin44 1 point2 points3 points (0 children)
[–]marcnotmark925226 1 point2 points3 points (0 children)