QUERY using cell contents as SQL variables
Here is what the spreadsheet I'm working with looks like: Summary table (top of sheet) Source data (same sheet, below output) I'm using the QUERY function to populate the appropriate feeds in the summary table with the data starting at A24 needs to be placed into. Here is the formula I'm using in cell C6 (similar formulas are used throughout the summary table): =QUERY($A$24:$D$57, "Select D Where B='ENQ' and A='2/27/14 - Thu'") This gets the right information, but the formula needs to be edited to be unique in each cell it's used in. The problem being unable to quickly populate the cells with