i am doing a customer history sheet where i just take the data from another sheet using importrange as the query data and i am selecting what i want to take out of that history in my new customer history sheet.
but will all the trials i've made it just give me NO_COLUMN
我正在制作一个客户历史记录表,其中我只使用importrange从另一个表中获取数据作为查询数据,并在我的新客户历史记录表中选择我想要从该历史记录中提取的内容。但我所做的所有试验都会让我失望吗?
i've also used the 'Col4' syntax not the label and still nothing :(
我还使用了‘COL4’语法,而不是标签,仍然什么都没有:(
the formula:
=QUERY(IMPORTRANGE("1GT5Or0kgEjgJEDLhFHju81x9rg1geuQrBrCHawSq-to", "Order tracking!D2:E528"), "SELECT Col4 WHERE Col5 = '"&B2&"'", 0)
公式:=QUERY(IMPORTRANGE(“1GT5Or0kgEjgJEDLhFHju81x9rg1geuQrBrCHawSq-to”,“订单跟踪!D2:E528”),“SELECT COL4 WHERE COL5=‘”&B2&“”,0)
i tried the 'ColX' syntax not the label, tried to do special data range in every cell with the data i want to take out instead of A:Z columns and still gives the same error.
我尝试了‘ColX’语法,而不是标签,尝试在每个单元格中使用我想要提取的数据而不是A:Z列来计算特殊的数据范围,但仍然给出了相同的错误。
更多回答
If the range you are importing is D2:E
; then D
would be Col1
and E
is Col2
如果要导入的范围是D2:E;则D将是COL1,E是COL2
优秀答案推荐
我是一名优秀的程序员,十分优秀!