#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Table Lookup

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Table Lookup

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Table Lookup

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Table Lookup

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Table Lookup

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table Lookup Help Durango New Users to Excel 1 May 1st 09 02:35 PM
Lookup data in a variable table & retrieve data from a pivot table Shawna Excel Worksheet Functions 3 October 10th 08 11:11 PM
table lookup Jhill Excel Worksheet Functions 3 September 29th 06 08:17 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
Lookup Table Ben Excel Worksheet Functions 7 November 30th 04 07:05 PM


All times are GMT +1. The time now is 01:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"