gpt4 book ai didi

google-sheets - "Query Completed with an Empty Output"在没有结果时如何让它置零

转载 作者:行者123 更新时间:2023-12-04 14:18:13 25 4
gpt4 key购买 nike

我的查询产生错误

#N/A Query Completed with an Empty Output.


=sum((query(importrange("mysheet","CR"),"select Col7 where Col1 ='"&A4&"' and Col2 ='"&B4&"' and Col13!='Cancelled' and Col13!='Rejected' ",0)))

当引用的工作表中存在数据时,该功能正常工作。问题是当我将其拖下时,CR 数据集中不存在某些列引用。如何获得零来填充而不是错误?

最佳答案

您需要使用 IFERROR像这样,如果发生错误将导致 0:

=SUM(IFERROR(QUERY(IMPORTRANGE("mysheet","CR"), 
"select Col7
where Col1 ='"&A4&"'
and Col2 ='"&B4&"'
and Col13!='Cancelled'
and Col13!='Rejected' ", 0)))

关于google-sheets - "Query Completed with an Empty Output"在没有结果时如何让它置零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57997802/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com