+ Reply to Thread
Results 1 to 8 of 8

Index Indirect and Match Formula Question

  1. #1
    Registered User
    Join Date
    07-08-2005
    Posts
    54

    Index Indirect and Match Formula Question

    Any idea why my formula isn't working exactly. The formula I'm using is

    =INDEX(INDIRECT("Term"&G2),MATCH(H2,INDEX(INDIRECT("Term"&G2),0,1)),MATCH(I2,INDEX(INDIRECT("Term"&G2),1,0)))

    I'd like to be able to have the formual return a APR for the selected term, LTV, and credit band

    Any help is appreciated!!!
    Attached Files Attached Files

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Index Indirect and Match Formula Question

    You seem to be missing the "!" character in your cell references. Try using "Term!" instead of "Term".
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Index Indirect and Match Formula Question

    I think Term36 is a range name not a reference so you don't need !.....

    Firstly if you use MATCH with no 3rd argument you need the list to be sorted ascending, that doesn't apply to the top rows of your tables.

    How do you expect the match to work, should 701 match with the nearest number or the next lowest or next highest? Do the percentages work in the same way?

  4. #4
    Registered User
    Join Date
    07-08-2005
    Posts
    54

    Re: Index Indirect and Match Formula Question

    Thanks for your reply.....I was hoping to be able t enter data into G2:I2 and have it scan the 5 tables and deliver the closest match. The vertical axis should display the lower boundary, but I just realized it shows the upper boundary. The horizontal axis show the lower boundary. 701 should match to the next highest number.

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Index Indirect and Match Formula Question

    Try adding a -1 argument to the 2nd MATCH like this

    =INDEX(INDIRECT("Term"&G2),MATCH(H2,INDEX(INDIRECT("Term"&G2),0,1)),MATCH(I2,INDEX(INDIRECT("Term"&G2),1,0),-1))

    does that work as you want?

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Index Indirect and Match Formula Question

    or try reversing the score range labels so the smallest is left most... then you can use your original formula as we created here:

    http://www.excelforum.com/excel-prog...-question.html
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  7. #7
    Registered User
    Join Date
    07-08-2005
    Posts
    54

    Re: Index Indirect and Match Formula Question

    I went ahead and changed reversed the score ranges so that they read from least to greatest. I realized that the vertical axis states max amounts. Would you suggest I change this column to reflect minimums. What I'd like to see is when I'm looking for Term 36, LTV 103%, and credit score 665 a returned rate of 7.49%. Right now it shows 6.99%. Any suggestions? Thanks again!!

  8. #8
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Index Indirect and Match Formula Question

    Yes, MATCH with no 3rd argument expects a list in ascending order and the match is with the greatest value lower than or equal to the lookup value.....so with a list like 500, 550, 600, 650, 700 then 699 will match with 650....so yes, the amounts should represent the lower bound of each range

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1