Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Would appreciate any help offered here.
I have a table of exchange rates something like this: USD GBP CHF JPY USD 1.00 1.62 0.94 0.01 GBP 1.62 1.00 1.72 150.0 CHF 0.94 1.72 1.00 0.01 JPY 0.01 150.0 0.01 1.00 In column A I have one currency and in column B I have another. In column C I want to lookup the appropriate exchange rate from the table. I assume that this is some sort of Index Match type lookup but can't get my head around the formula. As I said I would be grateful for any assistance here. Many thanks, Andrew |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDEX($A$1:$E$5,MATCH(Curr1,$A:$A,False),MATCH(Cu rr2,$1:$1,False))
HTH, Bernie MS Excel MVP "Andrew Mackenzie" wrote in message ... Would appreciate any help offered here. I have a table of exchange rates something like this: USD GBP CHF JPY USD 1.00 1.62 0.94 0.01 GBP 1.62 1.00 1.72 150.0 CHF 0.94 1.72 1.00 0.01 JPY 0.01 150.0 0.01 1.00 In column A I have one currency and in column B I have another. In column C I want to lookup the appropriate exchange rate from the table. I assume that this is some sort of Index Match type lookup but can't get my head around the formula. As I said I would be grateful for any assistance here. Many thanks, Andrew |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Place rate table anywhere in your workbook, name it, say, "exchange", then in
C1: =INDEX(exchange,MATCH(A1,INDEX(exchange,,1,1),0),M ATCH(B1,INDEX(exchange,1,,1),0)) Regards, Stefi €žAndrew Mackenzie€ť ezt Ă*rta: Would appreciate any help offered here. I have a table of exchange rates something like this: USD GBP CHF JPY USD 1.00 1.62 0.94 0.01 GBP 1.62 1.00 1.72 150.0 CHF 0.94 1.72 1.00 0.01 JPY 0.01 150.0 0.01 1.00 In column A I have one currency and in column B I have another. In column C I want to lookup the appropriate exchange rate from the table. I assume that this is some sort of Index Match type lookup but can't get my head around the formula. As I said I would be grateful for any assistance here. Many thanks, Andrew |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Berni & Stefi,
Much appreciated, Andrew "Stefi" wrote in message ... Place rate table anywhere in your workbook, name it, say, "exchange", then in C1: =INDEX(exchange,MATCH(A1,INDEX(exchange,,1,1),0),M ATCH(B1,INDEX(exchange,1,, 1),0)) Regards, Stefi "Andrew Mackenzie" ezt írta: Would appreciate any help offered here. I have a table of exchange rates something like this: USD GBP CHF JPY USD 1.00 1.62 0.94 0.01 GBP 1.62 1.00 1.72 150.0 CHF 0.94 1.72 1.00 0.01 JPY 0.01 150.0 0.01 1.00 In column A I have one currency and in column B I have another. In column C I want to lookup the appropriate exchange rate from the table. I assume that this is some sort of Index Match type lookup but can't get my head around the formula. As I said I would be grateful for any assistance here. Many thanks, Andrew |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi Clicking the YES button will be appreciated. €žAndrew Mackenzie€ť ezt Ă*rta: Thanks Berni & Stefi, Much appreciated, Andrew "Stefi" wrote in message ... Place rate table anywhere in your workbook, name it, say, "exchange", then in C1: =INDEX(exchange,MATCH(A1,INDEX(exchange,,1,1),0),M ATCH(B1,INDEX(exchange,1,, 1),0)) Regards, Stefi "Andrew Mackenzie" ezt Ă*rta: Would appreciate any help offered here. I have a table of exchange rates something like this: USD GBP CHF JPY USD 1.00 1.62 0.94 0.01 GBP 1.62 1.00 1.72 150.0 CHF 0.94 1.72 1.00 0.01 JPY 0.01 150.0 0.01 1.00 In column A I have one currency and in column B I have another. In column C I want to lookup the appropriate exchange rate from the table. I assume that this is some sort of Index Match type lookup but can't get my head around the formula. As I said I would be grateful for any assistance here. Many thanks, Andrew |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Table Lookup Help | New Users to Excel | |||
Lookup data in a variable table & retrieve data from a pivot table | Excel Worksheet Functions | |||
table lookup | Excel Worksheet Functions | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) | |||
Lookup Table | Excel Worksheet Functions |