importxml不会像覆盖数据那样扩展

发布于 2025-01-26 09:46:11 字数 119 浏览 4 评论 0原文

大部分工作正常,但是在几个实例上,它将检索#ref!,原因是“不扩展数组结果,因为它会覆盖B58中的数据。” 目前正在单元B57中发生这种情况,

有人知道我如何解决这个问题?

谢谢

on this report I have an IMPORTXML function in Column B which is crawling a URL for the closing date specifically. URLS on column A

It mostly works fine, but on a couple of instance it will retrieve a #REF!, and the reason is stated as "Array result was not expanded because it would overwrite data in B58."
This is happening in Cell B57 currently

anyone know how I can fix this?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

够运 2025-02-02 09:46:11

使用limit喜欢:

=QUERY(FLATTEN(IMPORTXML(A59, "//*[@id]")), 
 "where lower(Col1) starts with 'closing date' limit 1", )

use limit like:

=QUERY(FLATTEN(IMPORTXML(A59, "//*[@id]")), 
 "where lower(Col1) starts with 'closing date' limit 1", )
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文