Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I have a table with amount in different currencies. I'd like to
add them using a exchange rate. The table looks like this: A1 B C D E 2 3 LCY 4 2009 E2 EUR 500 5 2009 E2 EUR 500 6 2009 E2 EUR 500 7 2009 E2 JPY 10000 8 2009 E2 JPY 10000 9 2009 E2 JPY 10000 10 11 31,500 12 13 EUR JPY 14 2009E2 0.5 65 15 200901 0.55 70 this is what I have up to now: =SUMPRODUCT(--(1/HLOOKUP (D4:D9,B13:D14,2,FALSE))*(E4:E9)) this only uses the EUR 2009E2 rate (0.5) and gives me an answer og 63000. Correct answer should be 3,462 Can this be solved? Cheers, Harold |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct or VlookUp | Excel Discussion (Misc queries) | |||
VLOOKUP and SUMPRODUCT | Excel Worksheet Functions | |||
VLOOKUP, IF, SUMPRODUCT...oh my! | Excel Worksheet Functions | |||
VLOOKUP? SUMPRODUCT? not sure how to do this | Excel Worksheet Functions | |||
SUMPRODUCT or VLOOKUP | Excel Worksheet Functions |