【发布时间】:2014-12-04 01:44:39
【问题描述】:
I have this spreadsheet as an example to illustrate the problem.
我有两个查询引用同一个电子表格上的不同工作表。
=QUERY(Transfers!A1:H, "select F where E = 'Mild Ale (24) '")
=QUERY(stocktake!A1:J, "select I where H = 'TOTAL:'")
一个显示错误,另一个没有。我无法确定导致错误的原因,因为这两个查询足够相似。
非常感谢。
【问题讨论】: