I am traveling to Poland for a work trip and I would like to keep track of the restaurants I go to and the prices that I am paying for my meals.
I have a Google Sheet with a column for Date, Price (PLN) and Price (USD). In the Price (USD) column, I have the following:
=D2* GoogleFinance("CURRENCY:PLNUSD")
where D2 is the PLN column.
Now, how do I take into account the ending price of the PLN-USD exchange rate on the day that I made the purchase?
The sheet can be found here: https://docs.google.com/spreadsheets/d/1j19mtRZ9IeSYT3D5N1oxlZ02zM7jY_o7ayQIB8clCrM/edit?usp=sharing
Thanks!