阵列公式以减少importxml请求大数据
我正在使用公式= index(importxml(“ https://niftyinvest.com/max-pain/”& a2&“? -10黑色darken-2 white-text']”),1,2)在col'a'我有近200个值(即股票名称),对于col'b'我有固定的价值(即固定的日期在一个月的最后一周,我想要30222。
I'm using formula =index(importxml("https://niftyinvest.com/max-pain/"&A2&"?expiry="&B1,"//h6[@class='center-align padding-10 black darken-2 white-text']"),1,2) where for Col'A' I have nearly 200 values(i.e. name of stocks) and for Col'B' I have fixed value(i.e a fixed date in last week of month let's say 30June2022. Now I want arrayformula so that total no.of reqests per page is reduced. Is it possible anyhow so that there be faster data retrieval.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。不可能在arrayformula中使用importxml。
no. it is not possible to use IMPORTXML in arrayformula.