I Have the following Query string:
=QUERY(Scores!$A$3:$E, "SELECT A, min(D) WHERE (C = 'X30' AND B = 'East Palm') GROUP BY A ORDER BY min(D) ASC LIMIT 5 LABEL min(D) ''",0)
And will also like to retrieve the date from the data (Column E), I tried
=QUERY(Scores!$A$3:$E, "SELECT A, E min(D)...
but it did not work and received the following message:
Error Unable to parse query string for Function QUERY parameter 2: PARSE_ERROR: Encountered ".
I have attached the Form link if anyone can help...
