Ayy*_*ash 23 currency google-finance google-finance-api google-sheets
这个功能:
GOOGLEFINANCE(("CURRENCY:EURAUD"))
Run Code Online (Sandbox Code Playgroud)
在Google Spreadsheets中效果很好,我上下搜索了一些关于这个函数及其使用方法的文档,我最接近的是这个
http://www.google.com/finance?q=EURAUD
有谁知道如何使用这个?或者在哪里可以找到有关此功能的文档?
Dav*_*ann 15
您要查找的具体说明如下:https: //support.google.com/docs/answer/3093281
请记住,您的Google Spreadsheets公式可能会使用分号(;)而不是逗号(,),具体取决于区域设置.
一旦做出替换,一些例子将如下所示:
=GoogleFinance("CURRENCY:USDEUR")
=INDEX(GoogleFinance("USDEUR","price",today()-30,TODAY()),2,2)
=SPARKLINE(GoogleFinance("USDEUR","price",today()-30,today()))
Run Code Online (Sandbox Code Playgroud)
Pyl*_*nux 11
2016年1月1日欧元兑挪威克朗汇率:
=INDEX(GOOGLEFINANCE("CURRENCY:EURNOK"; "close"; DATE(2016;1;1)); 2; 2)
Run Code Online (Sandbox Code Playgroud)
使用该INDEX()函数是因为GOOGLEFINANCE()当您使用这些参数调用函数时,函数实际打印出4个单独的单元格(2x2),结果只有一个单元格.
| 归档时间: |
|
| 查看次数: |
98729 次 |
| 最近记录: |