I have been struggling with a formula that works in excel but not in google sheet. Objective is to get the sum of amounts provided in different currencies.
=SUMPRODUCT(B7:B12,SUMIFS(F:F,E:E,C7:C12))
B7:B12 contains amounts in different currencies C7:C12 contains the currency code for each amount E has the list of currency codes F has the exchange rate for each currency thank you much for any help/support!
sample data -- exactly the same data and formula in XL and GS
SUMIFS()
result. Sumifs() result must be same size of first array of sumproduct. – Harun24HR=SUMPRODUCT(VLOOKUP(B1:B6,D1:E2,2,1)*A1:A6)
then? – JvdV