excel公式中如何结合间接和HLOOKUP

发布于 2025-01-11 08:10:26 字数 413 浏览 1 评论 0原文

我尝试将hlookup与indirect结合起来以获得数组sheet2的值


sheet1 :
 In the cell  A5, I have the value : [file1.xlsx]sheet34!
In the cell A6, I have the value : $A$1:$Z$100

我做了:

=HLOOKUP(H$3;(INDIRECT("'"&A1&"'!A5"));INDIRECT("'"&A1&"'!A6");LIGNE();0)

ps:在sheet2的A1中,它是我写sheet1的单元格

但是它不起作用,我尝试了太多的东西,我有不知道它是如何工作的

感谢您阅读我的文章

I try to combine hlookup with indirect to obtain a value of array


sheet1 :
 In the cell  A5, I have the value : [file1.xlsx]sheet34!
In the cell A6, I have the value : $A$1:$Z$100

sheet2 :

I did :

=HLOOKUP(H$3;(INDIRECT("'"&A1&"'!A5"));INDIRECT("'"&A1&"'!A6");LIGNE();0)

ps: in A1 of sheet2, it is a cell where I wrote sheet1

But it doesn't work, and I tried too much things, that I have no idea about how it could work

Thanks for reading me

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文