I am using Excel 2003
I have a rates sheet on workbook as below (rates are wrong in example shown, but you get the point)
AUD CAD GBP
AUD 1.0 1.2 0.75
CAD 0.8 1.0 0.9
GBP 1.5 1.6 1.0
etc
In another tab on workbook I have a foreign exchange deal with multiple possiblities of currency pairs (same currencies as in rates sheet)
The data looks as following example:
BuyCcy SellCcy Rate BuyAmount Sell Amount
GBP CAD ? from the array
CAD GBP ? from the array
What I need to do is some sort of Vlookup and Hlookup based upon the currency pair to extract the rate in the array above. I have looked at index array and lookups but just cant seem to get the syntax correct. Also as you can see depending on which currency I pick first will affect the rate exracted eg GBPCAD will give 1.6 CADGBP will give 0.9 (Vertical then Horiz)- I will probably want to do this
I need urgent help
I have a rates sheet on workbook as below (rates are wrong in example shown, but you get the point)
AUD CAD GBP
AUD 1.0 1.2 0.75
CAD 0.8 1.0 0.9
GBP 1.5 1.6 1.0
etc
In another tab on workbook I have a foreign exchange deal with multiple possiblities of currency pairs (same currencies as in rates sheet)
The data looks as following example:
BuyCcy SellCcy Rate BuyAmount Sell Amount
GBP CAD ? from the array
CAD GBP ? from the array
What I need to do is some sort of Vlookup and Hlookup based upon the currency pair to extract the rate in the array above. I have looked at index array and lookups but just cant seem to get the syntax correct. Also as you can see depending on which currency I pick first will affect the rate exracted eg GBPCAD will give 1.6 CADGBP will give 0.9 (Vertical then Horiz)- I will probably want to do this
I need urgent help