I use the function GOOGLEFINANCE()in google sheets to get the exchange rate for the expenses that I enter for accounting.
The problem is that sometimes I get an error message #N/Awith a message
When evaluating GOOGLEFINANCE, the query for the character: "PENUSD" does not return data.
The confusing part is that sometimes, perhaps with a page refresh after 5 minutes, some cells actually start working, while others get an error. I can not solve the problem.
On the other hand, it is obvious that this is a bad way to make a currency exchange, because it constantly calculates the rate for the last day. Is there a way to get historical exchange rates as a value, once? I think the script is that for each new "date" entered in the date column, the exchange rate for that day is calculated and a number is entered in the cell next to it.
Is it possible? Are there any better solutions? thanks for the help
source
share