在两张Google纸之间vlook

发布于 2025-01-30 15:55:27 字数 272 浏览 1 评论 0原文

我有两个Google表工作簿。在无标题的电子表格工作簿上,我希望Colm B上的链接从“链接”工作簿中出现,以在B列出现在B栏上时的“无标题电子表格”列

=QUERY(IMPORTRANGE("I will put the http for the Link spreadsheet here ,"Sheet!!A1:B")

上 /I.SSTATIC.NET/TKCIK.PNG“ rel =” nofollow noreferrer“>

I have two google sheet workbooks. On the untitled Spreadsheet workbook I want the link that's on Colm B to appear from "links" workbook to appear on column I on the "untitled spreadsheet" when the trailer appears on column B.

I have this

=QUERY(IMPORTRANGE("I will put the http for the Link spreadsheet here ,"Sheet!!A1:B")

enter image description here

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

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

发布评论

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

评论(1

苦行僧 2025-02-06 15:55:27

在I2中尝试:

=INDEX(IFNA(VLOOKUP(B2:B; IMPORTRANGE("id"; "Sheet!!A:B"); 2; 0)))

try in I2:

=INDEX(IFNA(VLOOKUP(B2:B; IMPORTRANGE("id"; "Sheet!!A:B"); 2; 0)))
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文