Currency Conversion
Hi,
Assuming that you have the FX rates for each currency in Sheet2 ( cell A1
says US$ and cell B1 has the 0.87
In column C enter
=sumproduct(--(b1=sheet2!a1:a50),--a1*sheet2!B1:B50)
Using the above formula you will be able to convert all the different
currencies
"CandiC" wrote:
I have a spread sheet that has costs in Euros, Canadian and US $. I have over
10000 items to convert to US$, what formula should I use in COLUMN C to
convert all to US$. *For example
ROW A ROW B ROW C
Unit Cost currency code(EU, CAN,US) CONVERTED TO US$
*1.00 EU .87
Thank you in advance for your help.
Candi
|