标签: google-sheets
我使用=IMPORTDATA()函数调用this url,我收到了以下JSON:
=IMPORTDATA()
{"ETH":{"BTC":0.002616,"USD":1.13}}
如何只显示单元格中USD键的值?
答案 0 :(得分:0)
我确信有一种更简单的方法,但这样做会:
=index(split(substitute(index(importData("https://min-api.cryptocompare.com/data/pricehistorical?fsym=ETH&tsyms=BTC,USD&ts=1452680400"),0,2),"}}",""),":"),0,2)