Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Your discussion leaves a problem for 12/31/1984, that date is not covered by any of your conditions. Suppose you enter the table in cells A1:E3 The your two variables in A6 and A7 with A6 being the state. You formula would be: =VLOOKUP(A7,A2:E3,MATCH(A6,B1:E1,0),TRUE) However you should remove the entry <12/31/1986 from cell A2, just enter any very early date or the number 0 will do. Also change the 12/31/1984 to a date 12/31/1984. With this setup 12/31/1984 will be considered part of the second tier of rates, if you want it to be part of the first tier, then change the date in A3 to read 1/1/1985. -- Thanks, Shane Devenshire "C.W." wrote: I have the following: A table with the following data: AR LA MS OK <12/31/1984 8.00% 8.00% 8.00% 7.00% 12/31/1984 6.00% 6.00% 8.00% 6.00% I also have the two variables in which I would like to look up on a calculation worksheet that uses the data from above in an interest calculation. The varaibles are as follows and can change depending on the state in which the loan is being calculated: State: MS Loan Issue Date: 01/15/1979 What I am looking for is to be able to automatically populate a cell based on the variable input. I want the cell to autopopulate by looking at the variables and cross referencing the variables to the table based on the state and the issue date so that the person doing the calculation only has to fill in information and nothing else. Thanks, C.W. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF with multiple formula/variable | Excel Worksheet Functions | |||
Multiple Variable Formula Help | Excel Worksheet Functions | |||
Multiple Variable Formula | Excel Discussion (Misc queries) | |||
Help - Pivot with multiple variable | Excel Worksheet Functions | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions |