Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Lookup in Table based on Two Conditions

I have a table which contains constant values depending on interest rate and
loan term. The top row of the table lists the interest rates and the first
colum lists the loan term such as follows:

7.50% 8.00% 8.25%
5 .240 .243 .245
8 .167 .170 .171
10 .142 .146 .147

I want to be able to enter an interest rate in one cell, a loan term in
another cell, and then have a formula in another cell return the
corresponding constant. For example, if I enter 7.50% in cell A1, 10 in cell
A2, I want a formula in cell A3 to return .142.

Any help would be greatly appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Lookup in Table based on Two Conditions

With your table (including headers) in B6:E0:

=INDEX(C7:E9,MATCH(A2,B7:B9,0),MATCH(A1,C6:E6,0))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"dme82" wrote in message ...
|I have a table which contains constant values depending on interest rate and
| loan term. The top row of the table lists the interest rates and the first
| colum lists the loan term such as follows:
|
| 7.50% 8.00% 8.25%
| 5 .240 .243 .245
| 8 .167 .170 .171
| 10 .142 .146 .147
|
| I want to be able to enter an interest rate in one cell, a loan term in
| another cell, and then have a formula in another cell return the
| corresponding constant. For example, if I enter 7.50% in cell A1, 10 in cell
| A2, I want a formula in cell A3 to return .142.
|
| Any help would be greatly appreciated!


  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Lookup in Table based on Two Conditions

=HLOOKUP(A1,F1:H4,MATCH(B1,E1:E4),0)

Vaya con Dios,
Chuck, CABGx3



"dme82" wrote:

I have a table which contains constant values depending on interest rate and
loan term. The top row of the table lists the interest rates and the first
colum lists the loan term such as follows:

7.50% 8.00% 8.25%
5 .240 .243 .245
8 .167 .170 .171
10 .142 .146 .147

I want to be able to enter an interest rate in one cell, a loan term in
another cell, and then have a formula in another cell return the
corresponding constant. For example, if I enter 7.50% in cell A1, 10 in cell
A2, I want a formula in cell A3 to return .142.

Any help would be greatly appreciated!

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
Lookup Data based on 2 or more conditions/arguments TravisB Excel Discussion (Misc queries) 3 March 4th 07 10:24 PM
Lookup Hours from table based on date range... cuervo88 Excel Discussion (Misc queries) 0 November 30th 06 06:09 PM
Lookup table for two conditions Giantrobot Excel Worksheet Functions 3 June 16th 06 09:12 PM
Lookup based on two conditions [email protected] Excel Worksheet Functions 6 May 17th 06 10:51 PM
In Excel 2003 how do you get a table to update based on lookup cr. cliveshelton Excel Worksheet Functions 0 April 20th 05 04:24 PM


All times are GMT +1. The time now is 01:08 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"