Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Convert Historical Currency in Multiple Rows with Preset Date and Amount

$
0
0

I downloaded some data from PayPal and they report certain transactions in the destination currency (PHP), but I need to get the currency I sent it in (USD), however, because these are historical transactions, I need to get the currency conversion based on the day of the payment and be able to fill the formula down.

My sheet looks something like this, but with more rows.

       A              B                    C                D1    DATE      GROSS AMOUNT PAID       PAYPAL FEE        CURRENCY2    1-01-21   18000.00                 230.00            PHP3    2-05-21   17000.00                 220.00            PHP4    3-09-21   18300.00                 260.00            PHP

What I have tried is this putting this into E2:

=GOOGLEFINANCE("Currency:PHPUSD", "price", A2)

So, I was just trying to get the PHP to USD conversion rate for that day (1-01-21)However, this is what it prints out for me:

       Date                Close    1/8/2021 23:58:00   0.02080035

And it is impossible to copy down because everytime I enter the formula, it adds the Date and Close columns. If I try to fill down from the original formula which resides in the Date field as seen above, it puts the error:

ErrorArray result was not expanded because it would overwrite data in V7.

Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>