Newbie question:
I’m pulling in crypto current prices from CoinGecko into cells, eg
=WEBSERVICE(“https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=gbp”)&T(TODAY())
=WEBSERVICE(“https://api.coingecko.com/api/v3/simple/price?ids=ethereum&vs_currencies=gbp”)&T(TODAY())
These return results such as
{“bitcoin”:{“gbp”:41900}}
I want to display only 41900.
How please? I tried this “REFIND” solution
but not luck. thanks.