I want to get the price of BTC on a certain date. Column A being this:
=GoogleFinance("CURRENCY:USDBTC","close","date")
Column B having the list of dates:
- B1 - 11/02/2018 00:00:00
- B2 - 12/02/2018 00:00:00
- etc.
How do I get this to work?
=GoogleFinance("CURRENCY:USDBTC","close","B1")
Didn't work