Get exchange rate on a specific date from GoogleFinance

后端 未结 4 882
予麋鹿
予麋鹿 2021-02-19 11:15

I\'m having trouble stopping the googlefinance function on a specific date to use \"that\" specific exchange rate to convert currency from GBP to EUR.

Here is my formula

4条回答
  •  忘掉有多难
    2021-02-19 12:08

    Here's my version of this formula.

    Where B3 should be valid date.

    =index(GOOGLEFINANCE("CURRENCY:USDCNY", "price", B3), 2, 2)
    

    PS. I'm not sure why, but when I specify the 15-Dec-2018 the formula shows me an error. All other dates are work correct.

提交回复
热议问题