Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Data based on 2 or more conditions/arguments | Excel Discussion (Misc queries) | |||
Lookup Hours from table based on date range... | Excel Discussion (Misc queries) | |||
Lookup table for two conditions | Excel Worksheet Functions | |||
Lookup based on two conditions | Excel Worksheet Functions | |||
In Excel 2003 how do you get a table to update based on lookup cr. | Excel Worksheet Functions |