【发布时间】:2020-03-11 08:23:04
【问题描述】:
我正在尝试从下面提到的链接中提取第 5 行和第 3 列中单行 html 表的特定值
https://www.xe.com/currencytables/?from=USD&date=2020-02-07
我使用的公式如下所述:
=index(IMPORTHTML("https://www.xe.com/currencytables/?from=USD&date=2020-02-07","table",0),5,3)
公式不会提取单元格中的值,而是显示在谷歌表格的弹出窗口中。
我希望在 第 5 行和第 3 列 中提取单个值。我尝试使用 index 和 importxml 但无法获得任何价值。
请帮助使用 requiste 公式以获得所需的结果。
谢谢
【问题讨论】:
标签: html google-sheets google-sheets-formula google-sheets-macros google-sheets-importxml