I have this spreadsheet as an example to illustrate the problem.
I have two queries referencing different sheets on the same spreadsheet.
=QUERY(Transfers!A1:H, "select F where E = 'Mild Ale (24) '")
=QUERY(stocktake!A1:J, "select I where H = 'TOTAL:'")
One is displaying an error, the other is not. I'm unable to determine what is causing the error as both queries are sufficiently similar enough.
Much appreciated.