Hi there, here's a quick post on how to get and display a currency rate exchange for a specific date in Google Spreadsheets. This is useful in some situations.
The formula to use is GOOGLEFINANCE and combine it with the INDEX formula to get only the relevant data.
Here's an example: =index(GoogleFinance("CURRENCY:USDEUR", "price", DATE(2020, 04, 10)), 2, 2)
would get the USD to EUR rate as for 2020/04/10.
Enjoy!
What if I want to user another box that include date in other format? like 24/04/2022? Can I take date from their?