Frustrated and cannot get this, no matter which way I try. What formula will give me the EUR amounts for any given month (from cell B3)? See table below...
I dont want to create any more columns etc, I know the long way round...I am looking for an elegant solution. Is sumif, vlookup possible to combine or do I have to use sumif, index, match which I dont really understand. Problem illustrated below, first part is what I want and below is the source data (balances per month in base currency and xchange rate table):
I dont want to create any more columns etc, I know the long way round...I am looking for an elegant solution. Is sumif, vlookup possible to combine or do I have to use sumif, index, match which I dont really understand. Problem illustrated below, first part is what I want and below is the source data (balances per month in base currency and xchange rate table):
CFFC 0403 v1.xls | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ReportReqd | ||||||
2 | |||||||
3 | Formonth | 29-Feb-04 | |||||
4 | |||||||
5 | Category | EUR | |||||
6 | Bank | formula? | |||||
7 | Property | formula? | |||||
8 | Funds | formula? | |||||
9 | |||||||
10 | Data | ||||||
11 | Company | Category | Currency | 29-Feb-04 | 31-Mar-04 | ||
12 | FPG | Bank | GBP | 18,873 | 10,255 | ||
13 | CIO | Bank | GBP | 34,748 | 16,348 | ||
14 | YTR | Bank | USD | 2,654 | (6,029) | ||
15 | FPG | Bank | GBP | 2,232 | 7,033 | ||
16 | CIO | Bank | EUR | 47,286 | 18,886 | ||
17 | YTR | Bank | GBP | 13,751 | 14,237 | ||
18 | FPG | Property | USD | 350,000 | 350,000 | ||
19 | FPG | Funds | EUR | 29,435 | 31,234 | ||
20 | FPG | Property | USD | 98,858 | 102,345 | ||
21 | YTR | Funds | GBP | 120,293 | 138,907 | ||
22 | |||||||
23 | XCRates | ||||||
24 | Date | Curr | Rate | ||||
25 | 29-Feb-04 | EUR | 1.0000 | ||||
26 | 29-Feb-04 | GBP | 0.6686 | ||||
27 | 29-Feb-04 | USD | 1.2493 | ||||
28 | 31-Mar-04 | EUR | 1.0000 | ||||
29 | 31-Mar-04 | GBP | 0.6814 | ||||
30 | 31-Mar-04 | USD | 1.3124 | ||||
for mr excel |